Hi JSC folks! Recently, WebAssembly preview has finished[1]. I think it means that our WebAssembly implementation is mature enough to be enabled on Linux ports including GTK and JSCOnly. It is quite useful especially for JSCOnly users in Linux (me :P) to fix some WASM specific bugs. For example, I have a patch that allows indexed properties for module namespace objects[2]. While JS modules do not export indexed properties, WASM modules can export such bindings.
I'm not sure GTK folks want to enable WASM immediately, I would like to enable it on JSCOnly port since JSCOnly port is designed to be a developer-specific port. Best regards, Yusuke Suzuki [1]: https://lists.w3.org/Archives/Public/public-webassembly/2017Feb/0002.html [2]: https://bugs.webkit.org/show_bug.cgi?id=168870
_______________________________________________ webkit-gtk mailing list webkit-gtk@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-gtk