https://github.com/wasm-outbound-http-examples/wonkey
Make HTTP requests from inside WASM in Wonkey. Demo and devcontainer.
https://github.com/wasm-outbound-http-examples/wonkey
http-client http-request httprequest wasm webassembly wonkey
Last synced: 2 months ago
JSON representation
Make HTTP requests from inside WASM in Wonkey. Demo and devcontainer.
- Host: GitHub
- URL: https://github.com/wasm-outbound-http-examples/wonkey
- Owner: wasm-outbound-http-examples
- License: mit
- Created: 2023-09-04T17:49:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T22:42:14.000Z (almost 3 years ago)
- Last Synced: 2025-10-30T22:32:27.234Z (8 months ago)
- Topics: http-client, http-request, httprequest, wasm, webassembly, wonkey
- Language: Shell
- Homepage: https://wasm-outbound-http-examples.github.io/wonkey/
- Size: 1.37 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 Wonkey
This devcontainer is configured to provide you latest release of Wonkey toolset (v2022-04) and the latest stable version of Emscripten.
[](https://codespaces.new/wasm-outbound-http-examples/wonkey)
1. [Browser demo](https://wasm-outbound-http-examples.github.io/wonkey/).
2. Example in `browser` directory allows you to build a browser example (same as demo) using `httprequest` 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)