saulecabrera opened issue #8092:
So far in order to test Winch, we have:
- Spec tests
- Filetests
- One smoke test (
tests/all/winch.rs
)Winch has gained enough Wasm support that it can now be tested more generally through a subset of Wasmtime's integration testsuite (
tests/all/
).
saulecabrera added the winch label to Issue #8092.
saulecabrera assigned saulecabrera to issue #8092.
saulecabrera closed issue #8092:
So far in order to test Winch, we have:
- Spec tests
- Filetests
- One smoke test (
tests/all/winch.rs
)Winch has gained enough Wasm support that it can now be tested more generally through a subset of Wasmtime's integration testsuite (
tests/all/
).
saulecabrera commented on issue #8092:
This can now be closed. The
wasmtime_test
macro is now available and as of https://github.com/bytecodealliance/wasmtime/pull/8936 all relevant test have been migrated.
Last updated: Nov 22 2024 at 17:03 UTC