More memcmp.

This commit is contained in:
Nuno Cruces
2025-05-06 10:22:02 +01:00
parent 320b68e74f
commit d3973b23e3
12 changed files with 662 additions and 597 deletions

Binary file not shown.

View File

@@ -43,8 +43,8 @@ cd ~-
"$WASI_SDK/clang" --target=wasm32-wasi -std=c23 -g0 -O2 \
-Wall -Wextra -Wno-unused-parameter -Wno-unused-function \
-o bcw2.wasm "build/main.c" \
-I"build" \
-o bcw2.wasm build/main.c \
-I"$ROOT/sqlite3/libc" -I"build" \
-mexec-model=reactor \
-msimd128 -mmutable-globals -mmultivalue \
-mbulk-memory -mreference-types \

Binary file not shown.