HTTP Request from inside WASM using Ruby-like language implemented in Golang

This example uses Goby.

See the output in browser developer console.

Actual code:


require "net/http"

puts Net::HTTP.get('https://httpbin.org/anything')

Info