HTTP Request from inside WASM using Janet-lang and EMSCRIPTEN_FETCH_SYNCHRONOUS

This example uses custom Janet function implemented using emscripten_fetch() in synchronous mode.

See the output in browser developer console.

Actual code:


(print (httpget `https://httpbin.org/anything`))

Info