Prompts targeting WebAssembly in the browser.
12votes
1answers
2.3kviews

One-shot prompt for a Rust + wasm image filter module wired into a web app cleanly

I wanted a real Rust-to-WASM module doing per-pixel work off the main thread, not a toy that ships 4MB of glue and blocks the UI on load. Most prompts gave me code that assumed a specific bundler and