Make HTTP requests from inside WASM in Forth using WAForth and bindAsync()

This example uses bindAsync().

See the output in browser developer console.

Actual code:


: URL$  S" https://httpbin.org/anything" ;
URL$ HTTPGET

Info