-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
of the test files, only call does not have memory initializer. I'd like to see it implemented, or at least stubbed out, so I can examine the object files produced.
RUST_BACKTRACE=1 cargo run --bin wasm2obj -- memory.wasm -o memory.o
Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
Running `target/debug/wasm2obj memory.wasm -o memory.o`
%wasm_0x0(0): relocs: []
error: FIXME: implement data initializers
How much work would it be to implement this, or at least add stubs so it doesn't stop the entire binary emission process?
Metadata
Metadata
Assignees
Labels
No labels