1
0
Fork 0
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:
Radek Doulik 2024-05-22 12:59:12 +02:00 committed by GitHub
parent 5c06e5d01f
commit 198a259622
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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