Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.43 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.43 KB

Make HTTP requests from inside WASM in JavaScript (implemented in Golang)

This devcontainer is configured to provide you a latest stable version of Go toolset.

Open in GitHub Codespaces

  1. Example in browser-and-deno-otto directory allows you to build an Otto browser example (same as demo), along with Deno and Bun examples and experiment with all of them. For details, see its README. Also browser demo is available.

  2. Example in browser-and-deno-goja directory allows you to build an Goja browser example (same as demo), along with Deno and Bun examples and experiment with all of them. For details, see its README. Also browser demo is available.

  3. Example in browser-and-deno-gojax-fetch directory allows you to build an gojax/fetch browser example (same as demo), along with Deno and Bun examples and experiment with all of them. For details, see its README. Also browser demo is available.

Created for (wannabe-awesome) list