Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasm-outbound-http-examples/ada
Make HTTP requests from inside WASM in Ada. Demo and devcontainer.
https://github.com/wasm-outbound-http-examples/ada
ada adawebpack http-client http-request wasm webassembly
Last synced: about 2 months ago
JSON representation
Make HTTP requests from inside WASM in Ada. Demo and devcontainer.
- Host: GitHub
- URL: https://github.com/wasm-outbound-http-examples/ada
- Owner: wasm-outbound-http-examples
- License: mit
- Created: 2023-11-28T17:55:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T14:45:45.000Z (about 1 year ago)
- Last Synced: 2023-11-29T15:33:47.765Z (about 1 year ago)
- Topics: ada, adawebpack, http-client, http-request, wasm, webassembly
- Language: HTML
- Homepage: https://wasm-outbound-http-examples.github.io/ada/
- Size: 124 KB
- 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 Ada
This devcontainer is configured to provide you a version 22.1.0 of [AdaWebPack](https://github.com/godunko/adawebpack) toolset.
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/wasm-outbound-http-examples/ada)
1. [Browser demo](https://wasm-outbound-http-examples.github.io/ada/).
2. Example in `browser` directory allows you to build yourself a browser example (same as demo),
using `AdaWebPack` libraries 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)