HTTP Request from inside WASM using AWK implemented in Golang

This example uses GoAWK.

See the output in browser developer console.

Actual code:


BEGIN { print httpget('https://httpbin.org/anything') }

Info