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
{{ message }}
This repository was archived by the owner on Jul 12, 2024. It is now read-only.
Currently, our testing focuses on the generated .wasm files, while the .wat files are primarily for debugging purposes.
We utilize these .wat files for browsing or verifying validity by passing them through the wasm reference interpreter (for instance, using https://github.com/tanishiking/wasmgc-docker).
Although these .wat files are primarily intended for development, they should be to, at least, ensure their validity through CI by passing through to the wasm reference interpreter.