5 ms·
You're welcome :) The harnesses are documented here: https://github.com/eliben/watgo/tree/main/tests https://github.com/eliben/watgo/tree/main/tests Note that
by eliben 5mo ago
You're welcome :)
The harnesses are documented here: https://github.com/eliben/watgo/tree/main/tests https://github.com/eliben/watgo/tree/main/tests
Note that I had to switch the harness from wazero to Node (unfortunately!) when it turned out wazero doesn't support gc and other new proposals (e.g. your comment here https://github.com/wazero/wazero/issues/2483 https://github.com/wazero/wazero/issues/2483)
Thank you very much for maintaining wazero - I love that project, and am looking forward to being able to use it for this in the future.
- evacchi 5mo agoI'm working on EH right now! Slowly walking towards GC!!
- ncruces 5mo agoYou're welcome :) evacchi does most of the maintaining these days, but I'll keep helping as best as I can. Your harness looks interesting to replace wast2json with watgo in wasm2go. Though my current problem is that I should be using the JSON to decide which tests to run (manual process so far), and to generate the more complicated test files (e.g. the ones that link modules together).
- evacchi 5mo agoNah that would be unfair to you (you are often doing a lot of grunt maintenance work!! Plus getting me out of many tarpits when we chat) and the rest of the maintainers!