WebAssembly support now shipping in all major browsers
blog.mozilla.org
WebAssembly support now shipping in all major browsers
1–10 of 346 posts
Re: WebAssembly support now shipping in all major browsers
#2Re: WebAssembly support now shipping in all major browsers
#3Ok, now we need GC and DOM interop. Because reinventing layouts is pain.
But DOM interop is needed. Can't wait to get my fingers on the DOM via native C code :)
Re: WebAssembly support now shipping in all major browsers
#4Re: WebAssembly support now shipping in all major browsers
#5Ok, now we need GC and DOM interop. Because reinventing layouts is pain.
You could simply compile (relevant parts of) Firefox or Chromium to WASM :)
Re: WebAssembly support now shipping in all major browsers
#6Ok, now we need GC and DOM interop. Because reinventing layouts is pain.
Re: WebAssembly support now shipping in all major browsers
#7People don't learn. The web dev community have just managed to force browsermakers to unify web development on browser side JS, and throw Java applets, activex, and action script to the bucket, just to have a kind of JVM being made a part of the web standard, and forced upon us yet again.
Re: WebAssembly support now shipping in all major browsers
#8We've been working on porting over our fairly large barcode scanner library to WebAssembly. While the performance is close to what we have on other platforms ( http://websdk.scandit.com ), the major bottleneck for now is not being able to use optimized code relying on SIMD (and not having an existing C fallback as all other platforms we target have SIMD support)
Re: WebAssembly support now shipping in all major browsers
#9Do any mobile browsers support it yet? The article is unclear.