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?