You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).