Skip to content

Commit

Permalink
[wasm] Do not pre-provision wasm, it is not needed anymore (dotnet#10…
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik committed May 22, 2024
1 parent 5c06e5d commit 198a259
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/scripts/onCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
set -e

function wasm_common() {
# prebuild for WASM, so it is ready for wasm development
make -C src/mono/browser provision-wasm
export EMSDK_PATH=$PWD/src/mono/browser/emsdk
case "$1" in
wasm)
# Put your common commands for wasm here
Expand Down

0 comments on commit 198a259

Please sign in to comment.