Soni L.

Results 513 comments of Soni L.

that should work, let us know what happens

wait, the failing tests are interp, not wasm2c, sorry. it should be passed in CXXFLAGS. however, it probably still won't work. the problem is that MIPS (without `-mnan=2008`) uses a...

yes, eventually wasm2c only supports EHL at this point so having the test for EHv4 isn't that critical yet.

surprisingly, this test also appears to break wabt interpreter. for context, the interpreter isn't even using setjmp.

the test targets wasm2c specifically, where exceptions are implemented using setjmp/longjmp, but also happens to trigger a bug in wabt interpreter (which is mostly unrelated to wasm2c, despite also being...

exports use simple names, since the module name is controlled outside of the module. the proposal is to use arrays of strings for export names, which implies using arrays of...

the test looks great. wonder if it would make sense to upstream it...

ParseWatModule returns a Result, it would be a good idea to check that Result.