4 ms·
Hmmm, need a asm.js -> WASM transpiler maybe. (compiling legacy code with legacy versions of Emscripten is quite frustrating, almost as bad as updating your JS
by sehugg 4mo ago
Hmmm, need a asm.js -> WASM transpiler maybe.
(compiling legacy code with legacy versions of Emscripten is quite frustrating, almost as bad as updating your JS code to be compatible with accumulated changes in the Emscripten ABI)
- eqrion 4mo agoBinaryen used to have an asm2wasm tool, but I believe it has been deprecated. I couldn't find any other equivalent. At least the asm.js code will keep working even with asm.js opts disabled, but it would be nice to have a translator.
- JoshTriplett 4mo agohttps://porffor.dev/ https://porffor.dev/
- Kaxo 4mo agoIn chrome at least asm.js is(/was?) handled by the wasm engine anyway. They essentially did that transpiling at load time.