HTTP Request from inside WASM using Jint JavaScript interpreter

This example uses Jint.

See the output in browser developer console.

Actual code:


http.get('https://httpbin.org/anything');

Info