mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-04-28 19:14:17 -04:00
Update WASI SDK to 16
This is the version used by recent Gecko builds from Mozilla.
This commit is contained in:
9
build.sh
9
build.sh
@@ -52,7 +52,14 @@ pyenv global 3.9.13
|
||||
pushd "$wasi"
|
||||
mkdir -p build/install/wasi
|
||||
touch build/compiler-rt.BUILT # fool the build system
|
||||
make PATH="$ANDROID_HOME/cmake/3.18.1/bin:$PATH" PREFIX=/wasi build -j"$(nproc)"
|
||||
# BULK_MEMORY_SOURCES= disables -mbulk-memory which is not supported by wasm2c
|
||||
make \
|
||||
PATH="$ANDROID_HOME/cmake/3.18.1/bin:$PATH" \
|
||||
BULK_MEMORY_SOURCES= \
|
||||
PREFIX=/wasi \
|
||||
build/wasi-libc.BUILT \
|
||||
build/libcxx.BUILT \
|
||||
-j"$(nproc)"
|
||||
popd
|
||||
|
||||
pushd "$mozilla_release"
|
||||
|
||||
Reference in New Issue
Block a user