Hi,
First thank you for this project !
I'm trying to build it, but I’ve encountered a few errors:
- I had to update
wasm-bindgen = "0.2.87" to wasm-bindgen = "0.2.88" everywhere it's used,
- Then I updated
const pkg = await import("../.."); to const pkg = await import("../../solver.js"); in workerHelpers.js,
Now i'm stuck with this one :

Any idea ?
Thank you for any help !
Hi,
First thank you for this project !
I'm trying to build it, but I’ve encountered a few errors:
wasm-bindgen = "0.2.87"towasm-bindgen = "0.2.88"everywhere it's used,const pkg = await import("../..");toconst pkg = await import("../../solver.js");inworkerHelpers.js,Now i'm stuck with this one :
Any idea ?
Thank you for any help !