Skip to content

Browser

Volker Berlin edited this page Apr 3, 2022 · 6 revisions

Testing in the Browser

Today (2022) the most browser supports the needed WebAssembly features for Milestone 1. You can test the supported features.

The compiler output of JWebAssembly used currently:

  • bigint
  • mutableGlobals
  • referenceTypes
  • saturatedFloatToInt
  • signExtensions

The sources of the test can you find in the Github project.

Clone this wiki locally