No badges yet
No accepted solutions yet
Trouble deploying Sveltekit + Rust Wasm project to Vercel
Of course. However, I've fixed the issue. I still do not know why, but importing from `node_modules` does not work. So, I've modified my `bun run wasm` command so that it moves the...
Trouble deploying Sveltekit + Rust Wasm project to Vercel
I am unable to get WASM to work on Vercel. I have a normal Sveltekit project, with a Rust library inside. I'm using wasm-pack to compile and optimize it. This is the current way...