svelte-bug-wasm-2 Svelte Themes

Svelte Bug Wasm 2

Because the other one randomly started working

To reproduce, run

npm run build

Note that +layout.svelte NEVER calls wasm's init function. It is only imported.

This code runs in vite dev mode:

npm run dev

Prerequisites (If choosing to compile)

Note: this doesn't need to be done initially, the bindings and WASM exports are already available in this repo.

You may have to install rust and run the following command: rustup target add wasm32-unknown-unknown

Then, build the wasm binary in the root directory of this repo with:

npm run build-wasm

Let me know if you have any issues reproducing. Thanks!

Top categories

Loading Svelte Themes