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

Merge with WebAssembly/spec, WebAssembly/function-references, and WebAssembly/gc #16

Merged
merged 9 commits into from
Dec 6, 2023

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    f83a375 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    c7eef19 View commit details
    Browse the repository at this point in the history
  2. [test] Unify the error message.

    1. "array is immutable" for trying to assign values into an immutable
       array in validation.
    2. "out of bounds array access" for trying to access out of bounds array
       in execution.
    
    Signed-off-by: YiYing He <[email protected]>
    q82419 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2f351f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. [test] Unify the trap message of "null function reference".

    Signed-off-by: YiYing He <[email protected]>
    q82419 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    30362a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge pull request WebAssembly#486 from q82419/main

    [test] Unify the error message.
    rossberg authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0caaadc View commit details
    Browse the repository at this point in the history
  2. Merge pull request WebAssembly#109 from q82419/main

    [test] Unify the trap message of "null function reference".
    rossberg authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a416865 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    2168ade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50b8d7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b77ab8d View commit details
    Browse the repository at this point in the history