Description
💡 Feature Description
I don't know how to use Twiggy with wasm-pack.
I would like to see documentation that explained what to do. Specifically, the instructions in #490 should go in the documentation. Note that these instructions are still not working for me due to a "WASM error: Unknown opcode"; I'm going to try to build from main to see whether that fixes it (that appears to have fixed it). See also #576
In addition I'd like to understand how to use Twiggy with a release mode binary; the instructions above I think require --dev
. If that's possible, there should be something in the documentation about that so people don't go look for how to do it. See also #588
Or should I use something else than wasm-pack
to get a wasm
file? If so the documentation could mention what to do instead.
Activity