bjorn3 commented on issue #40:
Wasm2obj has been deleted in favor of
wasmtime compile, so this can be closed I think.
alexcrichton closed issue #40:
I'm trying to get
wasm2objworking using this wat:(module (func $main ;; locals (local $a i32) ;; init (set_local $a (i32.const 128)) ) (start $main) )Then:
> wat2wasm example.wat -o example.wasm > wasm2obj example.wasm -o output error: Undeclared symbolic reference to: wasm_function[0]Could a working example for
wasm2objbe posted?
alexcrichton commented on issue #40:
Indeed
Last updated: Dec 06 2025 at 06:05 UTC