Hello,
I am currently working on a project that involves simulating WASM exports in module compiled with the Go compiler and GOOS=wasip1.
My simulation system is based on an infinite loop in the "main" function. This infinite loop wait by calling a function on the host that use a chan to propagate the needed callback the guest must call and it uses some more functions to forward input args and return values. ( here is a WIP proof of concept https://github.com/juliens/wasm-goexport )
Would your team be open to accepting a pull request that adds this integration to the http-wasm project?
Hello,
I am currently working on a project that involves simulating WASM exports in module compiled with the Go compiler and GOOS=wasip1.
My simulation system is based on an infinite loop in the "main" function. This infinite loop wait by calling a function on the host that use a chan to propagate the needed callback the guest must call and it uses some more functions to forward input args and return values. ( here is a WIP proof of concept https://github.com/juliens/wasm-goexport )
Would your team be open to accepting a pull request that adds this integration to the http-wasm project?