Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wasm support #767

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Wasm support #767

wants to merge 7 commits into from

Commits on Oct 6, 2023

  1. Explicit float conversions

    vouillon committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0d4acef View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Wasm runtime file

    vouillon committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    751acd8 View commit details
    Browse the repository at this point in the history
  2. Conversion to JSON

    vouillon committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2543583 View commit details
    Browse the repository at this point in the history
  3. Fix typed array usage

    vouillon committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8c82004 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4416690 View commit details
    Browse the repository at this point in the history
  5. Make the initialization code resilient to missed load event

    Webassembly code is started asynchronously, so it can be executed after
    the load event is triggered.
    vouillon committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c26954d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. WAT syntax update

    vouillon committed May 7, 2024
    Configuration menu
    Copy the full SHA
    37baa18 View commit details
    Browse the repository at this point in the history