HTTP Request from inside WASM using ichiban/prolog

This example uses ichiban/prolog.

See the output in browser developer console.

Actual code:

 httpget("https://httpbin.org/anything", RespTxt). 

Info