You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thank you for your awesome project!
Because of some bugs I couldn't apply tinygo in my project, I use go compiler to generate wasm. but I still use binaryen to optimise wasm.
I noticed that your project already provides a perfect binaryen setup, I was wondering if it would be possible to provide an option that would allow me to skip the installation of tinygo, e.g. by passing in false?
The text was updated successfully, but these errors were encountered:
Firstly, thank you for your awesome project!
Because of some bugs I couldn't apply tinygo in my project, I use go compiler to generate wasm. but I still use binaryen to optimise wasm.
I noticed that your project already provides a perfect binaryen setup, I was wondering if it would be possible to provide an option that would allow me to skip the installation of tinygo, e.g. by passing in false?
The text was updated successfully, but these errors were encountered: