hybridgroup / mechanoid

Mechanoid is a framework for WebAssembly applications on embedded systems and IoT devices.
https://mechanoid.io
Apache License 2.0
170 stars 8 forks source link

interp: DRY up testing and help ensure compatibility in different interpreters #5

Closed deadprogram closed 5 months ago

deadprogram commented 5 months ago

This PR is to DRY up testing and help ensure compatibility in different interpreters.

deadprogram commented 5 months ago

Caught an error, I was not calling HaltTest(). Rebased and pushed.

deadprogram commented 5 months ago

Thanks for review @orsinium now merging.