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.
- Host: GitHub
- URL: https://github.com/wasm-outbound-http-examples/go
- Owner: wasm-outbound-http-examples
- License: mit
- Created: 2023-06-22T17:29:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T16:57:54.000Z (over 1 year ago)
- Last Synced: 2025-01-13T19:40:19.605Z (over 1 year ago)
- Topics: go, golang, hogosuru, http-client, http-request, vecty, wasi, wasm, webassembly
- Language: Go
- Homepage: https://wasm-outbound-http-examples.github.io/go/
- Size: 5.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](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)