HTTP Request from inside WASM using Starlark and Starlight library

This example uses Starlight for Starlark in Go.

See the output in browser developer console.

Actual code:


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

Info