From 435107ce4faeab84678fcd1d7c44837025c6ae68 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 15 Aug 2025 19:09:44 +0200 Subject: Updates to container runner and removed simd from wasm build --- build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 7cd38e3..502dbcf 100755 --- a/build.sh +++ b/build.sh @@ -148,11 +148,10 @@ CPPFLAGS="-std=c++20 $(maybe_pthread)" # The options below have to be adjusted when native WASM_SIMD is implemented. # Build flags for emscripten (WASM target) -WASMCFLAGS="-std=c11 -fPIC -D_POSIX_C_SOURCE=199309L $(maybe_pthread) - -mfpu=neon -mrelaxed-simd" +WASMCFLAGS="-std=c11 -fPIC -D_POSIX_C_SOURCE=199309L $(maybe_pthread)" WASMCPPFLAGS="-std=c++20 $(maybe_pthread)" WASMDBGFLAGS="-sASSERTIONS" -WASMMFLAGS="-DTHREADS=$THREADS -DNEON" +WASMMFLAGS="-DTHREADS=$THREADS -DPORTABLE" WASMLINKFLAGS="--no-entry -sEXPORT_NAME='Nissy' -sMODULARIZE -sEXPORTED_RUNTIME_METHODS=addFunction,UTF8ToString -sALLOW_TABLE_GROWTH -- cgit v1.3