HTTP Request from inside WASM using Gval (Go eVALuate)

This example uses gval.

See the output in browser developer console.

Actual code:


println(httpget("https://httpbin.org/anything"))

Info