5 ms·
A better solution might be to use https://github.com/evanw/polywasm https://github.com/evanw/polywasm to run the original wasm in place.
by evmar 3mo ago
A better solution might be to use https://github.com/evanw/polywasm https://github.com/evanw/polywasm to run the original wasm in place.
- xena 3mo agoI tried doing that at first. I kept running into edge cases that made the whole thing fall to ribbons. I gave up and am just falling back to what I know works: compiling the WASM to JS.