The code is here
Run npm install
Run npm run build-prod-force
I get this error:
error: failed to generate bindings for import `Closure(Closure { shim_idx: 20, dtor_idx: 21, function: Function { arguments: [Anyref], shim_idx: 20, ret: Unit }, mutable: true })`
caused by: no function table found in module
Error: Running the wasm-bindgen CLI
This is using the latest wasm-bindgen (0.2.46) and latest wasm-pack (0.8.1)
Oh wow that's a chain of events I wouldn't have expected, should be fixed in https://github.com/rustwasm/wasm-bindgen/pull/1606!
Most helpful comment
Oh wow that's a chain of events I wouldn't have expected, should be fixed in https://github.com/rustwasm/wasm-bindgen/pull/1606!