alexcrichton transferred Issue #765:
Sources
cb.wasm was compiled with Emscripten 1.18.31 + stock LLVM with:
EMCC_WASM_BACKEND=1 emcc -s WASM=1 -s TOTAL_MEMORY=2147418112 -s ERROR_ON_UNDEFINED_SYMBOLS=0 -s EXPORTED_FUNCTIONS=['_double_plus_cnt_plus_pid','_square','_large_struct_op'] -fPIC -DPIC -g3 -O2 -I test/lib ../test/lib/libcb.c -o cb.wasmBehavior
Compiling this wasm with
clif-util wasm --target i686 ~/code/git/wasm-sandboxing/build/cb.wasm
with 42bd100d gives outverifier error: Store must have an encoding
. Log is attached here
Last updated: Nov 22 2024 at 17:03 UTC