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

Copy the wasm exports object if we intend to modify it #8950

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 9, 2019

  1. Copy the asm object if we modify it in ASSERTIONS mode. That makes it…

    … work if it is the ES6 exports object of a wasm module, which is read-only. Fixes #8678
    kripken committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    95fc14d View commit details
    Browse the repository at this point in the history
  2. fix

    kripken committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    5ada939 View commit details
    Browse the repository at this point in the history
  3. fix

    kripken committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    0a0d2aa View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. fix

    kripken committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    9ed9a0c View commit details
    Browse the repository at this point in the history
  2. flake8

    kripken committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    c524257 View commit details
    Browse the repository at this point in the history
  3. debugg

    kripken committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    b304cec View commit details
    Browse the repository at this point in the history
  4. waka waka

    kripken committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    9fdde97 View commit details
    Browse the repository at this point in the history
  5. try firefox 68

    kripken committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    54e5e5b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. comments and assertions

    kripken committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    2b889c6 View commit details
    Browse the repository at this point in the history
  2. try chrome unstable

    kripken committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    c34bac9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5a05d3 View commit details
    Browse the repository at this point in the history
  4. moar flags

    kripken committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    7d2c5d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    99a2135 View commit details
    Browse the repository at this point in the history
  2. revert

    kripken committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    f57bbfe View commit details
    Browse the repository at this point in the history
  3. wip [ci skip]

    kripken committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    f1edf5a View commit details
    Browse the repository at this point in the history