HTTP Request from inside WASM using Wile R7RS Scheme

This example uses Wile and custom primitive.

See the output in browser developer console.

Actual code:


(display
  (httpget "https://httpbin.org/anything"
))
(newline)

Info