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

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.

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.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](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)