HTTP Request from inside WASM using Otto JavaScript interpreter

This example uses Otto.

See the output in browser developer console.

Actual code:


console.log(httpget('https://httpbin.org/anything'));

Info