HTTP Request from inside WASM using Starlark and pcj/starlark-go-nethttp library

This example uses starlark-go-nethttp for Starlark in Go.

See the output in browser developer console.

Actual code:


resp = http.get('https://httpbin.org/anything')
print(resp.body)

Info