Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Add automated tests to verify the validity of generated .wat files #31

Open
tanishiking opened this issue Mar 21, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@tanishiking
Copy link
Owner

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.

@tanishiking tanishiking added the enhancement New feature or request label Mar 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant