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

[js-api] Update wasm-module-builder.js for exnref #313

Closed
wants to merge 1 commit into from

Commits on Jun 21, 2024

  1. [js-api] Update wasm-module-builder.js for exnref

    This pulls in some exnref-related changes from
    https://github.com/v8/v8/blob/main/test/mjsunit/wasm/wasm-module-builder.js
    but does not sync with it completely. That v8 version contains a lot of
    features from new proposals that are not really relevant to EH and
    exnref, so this pulls only the relevant EH parts in.
    
    This also renames `kWasmStmt` to `kWasmVoid` as in the V8 version,
    because it looks more intuitive. Also renames `kTagAttribute` to
    `kExceptionAttribute`.
    aheejin committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bacb5e7 View commit details
    Browse the repository at this point in the history