Stream: git-cranelift

Topic: cranelift / Issue #765 Finish implementing x86 32-bits


view this post on Zulip GitHub (Feb 28 2020 at 23:25):

alexcrichton transferred Issue #765:

Sources

sources.zip

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.wasm

Behavior

Compiling this wasm with clif-util wasm --target i686 ~/code/git/wasm-sandboxing/build/cb.wasm with 42bd100d gives out verifier error: Store must have an encoding. Log is attached here


Last updated: Nov 22 2024 at 17:03 UTC