Stream: git-wasmtime

Topic: wasmtime / issue #1089 Finish implementing x86 32-bits


view this post on Zulip Wasmtime GitHub notifications bot (Oct 01 2021 at 21:10):

bjorn3 commented on issue #1089:

I think this should be closed in favor of https://github.com/bytecodealliance/wasmtime/issues/1980.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 01 2021 at 21:38):

cfallin commented on issue #1089:

Sure, they both seem to be tracking the same thing; will close this one.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 01 2021 at 21:38):

cfallin closed issue #1089:

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