I have a project encountering an error when trying running wasm-bindgento build. I can get Hello World building just fine with cargo wasi, so I suspect something about this particular project is causing the failure. Here is a copy of the project. And I am on cargo/rustc 1.70.0 and cargo wasi 0.1.28 on an M1 Macbook
I have a project encountering an error when trying running
wasm-bindgen
to build. I can get Hello World building just fine withcargo wasi
, so I suspect something about this particular project is causing the failure. Here is a copy of the project. And I am oncargo/rustc 1.70.0
andcargo wasi 0.1.28
on an M1 MacbookHere is a (slightly truncated) full output of the command:
I can manually run
wasm-bindgen
successfully using the same version thatcargo wasi
uses:The output WASM file fails at runtime from what appears to be a AWS Rust SDK bug so probably unrelated to this bug.