This devcontainer is configured to provide you a latest stable version of Go toolset.
As the Rye embedding API is not released at the time of this writing (some proof, look at I also tested Rye as an embedded language in a Go app part), use the following oversimplified instruction to make HTTP request from the Rye WASM Playground (its source code):
-
Navigate your browser to official Ryelang website: https://ryelang.org/.
-
Click darkgrey
Rye console
button on the top-right of your screen to open the Rye Playground (about 23M to download). -
When the prompt and the blinking cursor appeared, type the following snippet into Rye Playground console:
go does { get https://httpbin.org/get |print }
- Press ENTER and see the resulting output in Rye Playground console (and browser developer console too).
Created for (wannabe-awesome) list