An open API service indexing awesome lists of open source software.

https://github.com/wasm-outbound-http-examples/go

Make HTTP requests from inside WASM in Golang. Devcontainer and demo.
https://github.com/wasm-outbound-http-examples/go

go golang hogosuru http-client http-request vecty wasi wasm webassembly

Last synced: about 1 year ago
JSON representation

Make HTTP requests from inside WASM in Golang. Devcontainer and demo.

Awesome Lists containing this project

README

          

# 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](https://github.com/codespaces/badge.svg)](https://codespaces.new/wasm-outbound-http-examples/go)

### WASI / Standalone Examples

#
Example
Description

1

[stealthrocket/net](wasi-stealthrocket-net/README.md)

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](browser-requester/README.md)

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

[Demo](https://wasm-outbound-http-examples.github.io/go/requester/)

2

[Vecty](browser-vecty/README.md)

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

[Demo](https://wasm-outbound-http-examples.github.io/go/vecty/)

3

[Hogosuru](browser-hogosuru/README.md)

Use Hogosuru framework to send HTTP requests from web browser.

[Demo](https://wasm-outbound-http-examples.github.io/go/hogosuru/)

Created for (wannabe-awesome) [list](https://github.com/vasilev/HTTP-request-from-inside-WASM)