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
For future purposes such as more easily integrating protocurl into other applications (ie. general purpose GUIs, Web workflows or IDEs) it would be beneficial to use WebAssembly with Standard Interface.
Targeting Web Assembly seems to be as simple as using GOOS=js and GOARCH=wasm: Examples
implementation
extend tests to also run .wasm archive at least once
The text was updated successfully, but these errors were encountered:
For future purposes such as more easily integrating protocurl into other applications (ie. general purpose GUIs, Web workflows or IDEs) it would be beneficial to use WebAssembly with Standard Interface.
Targeting Web Assembly seems to be as simple as using
GOOS=js
andGOARCH=wasm
: ExamplesThe text was updated successfully, but these errors were encountered: