Skip to content

Tags: Unity-Technologies/binaryen

Tags

2.0.17-unity

Toggle 2.0.17-unity's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 101 (WebAssembly#3812)

version_101

Toggle version_101's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 101 (WebAssembly#3812)

version_100

Toggle version_100's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 100 (WebAssembly#3645)

Fixes: WebAssembly#3459

version_99

Toggle version_99's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[GC] Fix parsing/printing of ref types using i31 (WebAssembly#3469)

This lets us parse (ref null i31) and (ref i31) and not just i31ref.

It also fixes the parsing of i31ref, making it nullable for now, which we
need to do until we support non-nullability.

Fix some internal handling of i31 where we had just i31ref (which meant we
just handled the non-nullable type).

After fixing a bug in printing (where we didn't print out (ref null i31)
properly), I found some a simplification, to remove TypeName.

version_98

Toggle version_98's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 98 (WebAssembly#3234)

version_97

Toggle version_97's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 97 (WebAssembly#3140)

version_96

Toggle version_96's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 96 (WebAssembly#3040)

version_95

Toggle version_95's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 95 (WebAssembly#2967)

version_94

Toggle version_94's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move optional metadata field so its not last (WebAssembly#2909)

To avoid the conditional trailing comma.

version_93

Toggle version_93's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 93 (WebAssembly#2800)