WASIX Snapshot Tests - Replace Raw WASM Files With Source-Level Test Cases #3617
Labels
🎉 enhancement
New feature!
priority-medium
Medium priority issue
🏚 stale
Inactive issues or PR
🧪 tests
I love tests
Milestone
Currently the WASIX specific functionality (like threading, thread spawning, forking, ...) is only tested with snapshot tests located in
tests/integration/cli/tests/snapshot.rs
.Most of these tests were imported as raw WASM files from https://github.com/wasmerio/wasix-libc/tree/main/examples, but also from other repositories by @john-sharratt .
We need to have these tests available as source code and the ability to re-compile when needed.
We should either:
wasmerio/wasix
repo as a collection of varied test cases , and include that repo as a git submoduleThe text was updated successfully, but these errors were encountered: