I m trying to run a js worker that calls
I'm trying to run a js worker that calls a rust library (using wasm_bindgen). I haven't found any examples that do this. I've only seen rust-only workers using worker-build. I get
Trace: wasm.__wbindgen_add_to_stack_pointer is not a function
. Could anyone know what I should try?2 Replies
The solution is in an old, but unmerged MR: https://github.com/rustwasm/wasm-pack/pull/1102
GitHub
Add aarch64-linux support by Nasafato · Pull Request #1102 · rustwa...
No issue, but related to #913. wasm-opt does include pre-built binaries for aarch64-linux, so we add a conditional to handle that case. Let me know if you still want me to create an issue
You hav...
It doesn't work though. I've also updated to the latest version, 0.10.3