HTTP Request from inside WASM using Starlark and Starlight Enhanced library

This example uses Starlight Enhanced fork for Starlark in Go.

See the output in browser developer console.

Actual code:


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

Info