HTTP Request from inside WASM using Starlark

This example uses Starlark in Go.

See the output in browser developer console.

Actual code:


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

Info