Skip to content

Make HTTP requests from inside WASM in JavaScript implemented in Go. Demo and devcontainer.

License

Notifications You must be signed in to change notification settings

wasm-outbound-http-examples/js-in-go

Repository files navigation

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