Skip to content

Tags: WebAssembly/wabt

Tags

1.0.40

Toggle 1.0.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update minimum CMake version to 3.10 in wabt-config.cmake (#2714)

CMake versions 3.31 and newer have begun to warn that compatibility with
CMake versions older than 3.10 will be removed. When that happens, this
will stop working. For now, it issues annoying warnings.

See the 3.31 release notes:
https://cmake.org/cmake/help/latest/release/3.31.html

I chose to bump to 3.10 out of extreme conservatism. But I don't know of
any supported Linux systems that require anything that old. For context,
Ubuntu 20.04 LTS shipped with 3.16. The oldest supported Debian release
(bookworm) ships with 3.25.

1.0.39

Toggle 1.0.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.0.39 (#2660)

1.0.38

Toggle 1.0.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update HTML doc (#2644)

Previously I found that the web doc of wasm2wat doesn't mention
`--enable-annotations`. Previous PR
#2642

After knowing that the HTML docs are auto-generated, I run
`generate-html-docs.sh`. Now it includes `--enable-annotations` option
because `wasm2wat.1` already includes it.

That also caused many other changes, probably caused by HTML doc not
updated for long time. I opened these html and they looks fine.

1.0.37

Toggle 1.0.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update testsuite submodule (#2549)

This PR vendors the old "memory64" tests into "test/old-spec" and runs
them from there, then updates the testsuite submodule. We skip the new
"wasm-3.0" tests (which rely on function-references and gc).

1.0.36

Toggle 1.0.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.0.36 (#2449)

1.0.35

Toggle 1.0.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 1.0.35 (#2421)

1.0.34

Toggle 1.0.34's commit message

Verified

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

1.0.33

Toggle 1.0.33's commit message

Verified

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

1.0.32

Toggle 1.0.32's commit message

Verified

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

1.0.31

Toggle 1.0.31's commit message

Verified

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

See #2059