Watgo – A WebAssembly Toolkit for Go
eli.thegreenplace.net
Watgo – A WebAssembly Toolkit for Go
1–9 of 9 posts
Re: Watgo – A WebAssembly Toolkit for Go
#2Btw, if Eli reads this: thanks for the WAT samples, they were very helpful working on wasm2go!
Re: Watgo – A WebAssembly Toolkit for Go
#3I need to check their harness, compare it to wazero's and my own (wasm2go) Btw, if Eli reads this: thanks for the WAT samples, they were very helpful working on wasm2go!
The harnesses are documented here: 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)
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.
Re: Watgo – A WebAssembly Toolkit for Go
#4I need to check their harness, compare it to wazero's and my own (wasm2go) Btw, if Eli reads this: thanks for the WAT samples, they were very helpful working on wasm2go!
You're welcome :) The harnesses are documented here: 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 ) Thank you very much for maintaining wazero - I love that project, and am looking forward to being able t…
Re: Watgo – A WebAssembly Toolkit for Go
#5Re: Watgo – A WebAssembly Toolkit for Go
#6I need to check their harness, compare it to wazero's and my own (wasm2go) Btw, if Eli reads this: thanks for the WAT samples, they were very helpful working on wasm2go!
You're welcome :) The harnesses are documented here: 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 ) Thank you very much for maintaining wazero - I love that project, and am looking forward to being able t…
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).
Re: Watgo – A WebAssembly Toolkit for Go
#7It was pretty helpful having the official spec suite available and a major boost of confidence that your parser is compliant.
Nevertheless, it was my own tests that found a regression in the latest published version of the spec[1], which shows how important it is to have a variety of implementations.
Re: Watgo – A WebAssembly Toolkit for Go
#8Re: Watgo – A WebAssembly Toolkit for Go
#9Earlier quoted context omitted.
You're welcome :) The harnesses are documented here: 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 ) Thank you very much for maintaining wazero - I love that project, and am looking forward to being able t…
You'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).