-
Notifications
You must be signed in to change notification settings - Fork 64
Browser
Volker Berlin edited this page Dec 28, 2019
·
6 revisions
Today (2019) the browser does not support the needed WebAssembly features. You can test the supported features.
The compiler output of JWebEngine used currently:
- bigint
- mutableGlobals (most important)
- referenceTypes (most important)
- saturatedFloatToInt
- signExtensions
If you want test it with Chrome then you can enable it with some command line switches. You need to terminate all chrome instances before you start it with this flags.
"...\chrome.exe" --js-flags="--experimental-wasm-anyref --experimental-wasm-bigint --experimental-wasm-eh"
For Firefox you need to install the nightly edition. This edition installed in its own directory and you can use it parallel with the standard edition.