mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
[wasm] Do not pre-provision wasm, it is not needed anymore (#102554)
This commit is contained in:
parent
5c06e5d01f
commit
198a259622
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue