Hacker News new | ask | show | jobs
by r0ze-at-hn 30 days ago
> It is also very extensively tested against the official WASM testsuite.

I was hoping that near the end the author would have tried to contributed any new tests to the official testsuite to help catch these same errors elsewhere.

For the first one, Zero Is Not Null maybe there is a missing test in in the call_indirect test?

https://github.com/WebAssembly/testsuite/blob/main/call_indi...

1 comments

My takeaway from the article is to stay away from wasm, because the official testsuite is dogshit that doesn't even make sure that you popped the same number of parameters that were pushed.