Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
callahad
9y ago
0 comments
Save
Share
Most current WebAssembly compilation paths produce asm.js as an intermediate artifact. In the near term, backwards compatibility should be relatively simple: save both and load the asm.js code as a fallback.
0 comments
1 comments · 1 top-level
top
newest
oldest
mrec
9y ago
Or you can do it on the client side by hooking into the module loader and decompiling the wasm back into asm.js. See for example the
https://github.com/lukewagner/polyfill-prototype-1
PoC mentioned in the wasm FAQ.
j
/
k
navigate · click thread line to collapse