HTTP Request from inside WASM using Common Expression Language implemented in Golang

This example uses CEL-go.

See the output in browser developer console.

Actual code:


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

Info