Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasm-outbound-http-examples/risor
Make HTTP requests from inside WASM in Risor. Demo and devcontainer.
https://github.com/wasm-outbound-http-examples/risor
http-client http-request risor wasm webassembly
Last synced: about 2 months ago
JSON representation
Make HTTP requests from inside WASM in Risor. Demo and devcontainer.
- Host: GitHub
- URL: https://github.com/wasm-outbound-http-examples/risor
- Owner: wasm-outbound-http-examples
- License: mit
- Created: 2023-09-26T21:47:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T19:29:22.000Z (about 1 year ago)
- Last Synced: 2023-10-09T20:33:40.420Z (about 1 year ago)
- Topics: http-client, http-request, risor, wasm, webassembly
- Language: HTML
- Homepage: https://wasm-outbound-http-examples.github.io/risor/
- Size: 3.16 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 Risor
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/risor)
1. [Browser demo](https://wasm-outbound-http-examples.github.io/risor/).
2. Example in `browser` directory allows you to build a browser example (same as demo) using `fetch` module from standard library yourself and experiment with it.
For details, see its [README](browser/README.md).Created for (wannabe-awesome) [list](https://github.com/vasilev/HTTP-request-from-inside-WASM)