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
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=jsandGOARCH=wasm: Examples