zink icon indicating copy to clipboard operation
zink copied to clipboard

Introduce tests for the coverage of WASM instructions

Open clearloop opened this issue 11 months ago • 0 comments

Describe the feature

some kind of tests that verify each WASM instruction is implemented, it is forced in wasmparser since we have implemented the Visitor trait from wasmparser, but we hacked that trait, so we are not clear if we have covered all of them again.

We need in this test is not only checking the instruction has been implemented but also check if it works if it is possible.

Solution

No response

clearloop avatar Aug 05 '23 18:08 clearloop