Skip to content

wasm-outbound-http-examples/go

Repository files navigation

Make HTTP requests from inside WASM in Golang

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

Open in GitHub Codespaces

WASI / Standalone Examples

# Example Description
1

stealthrocket/net

Use stealthrocket/net library to send HTTP requests from WASI envinronment. Test resulting WASM with wasirun and wasmedge.

Browser / JS runtime Examples

# Example Description Browser demo
1

Nigel2392/requester

Use Nigel2392/requester library to send HTTP requests from web browser.

Demo

2

Vecty

Use Vecty UI library to send HTTP requests from web browser.

Demo

Created for (wannabe-awesome) list