WebAssembly / wide-arithmetic

WebAssembly proposal for wide arithmetic
https://webassembly.github.io/wide-arithmetic/
Other
5 stars 1 forks source link

Add initial tests and interpreter support #22

Closed alexcrichton closed 1 month ago

alexcrichton commented 1 month ago

This commit updates the reference interpreter with the new instructions proposed here along with an initial *.wast test imported from Wasmtime's own test suite plus a few extra tests.