https://github.com/wasm-outbound-http-examples/crystal
Make HTTP requests from inside WASM in Crystal-lang. Demo and devcontainer.
https://github.com/wasm-outbound-http-examples/crystal
crystal crystal-js crystal-lang http-client http-request wasm webassembly
Last synced: 12 months ago
JSON representation
Make HTTP requests from inside WASM in Crystal-lang. Demo and devcontainer.
- Host: GitHub
- URL: https://github.com/wasm-outbound-http-examples/crystal
- Owner: wasm-outbound-http-examples
- License: mit
- Created: 2023-06-02T17:45:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T23:02:04.000Z (over 2 years ago)
- Last Synced: 2025-02-05T21:26:33.353Z (about 1 year ago)
- Topics: crystal, crystal-js, crystal-lang, http-client, http-request, wasm, webassembly
- Language: HTML
- Homepage: https://wasm-outbound-http-examples.github.io/crystal/
- Size: 35.2 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 Crystal
This devcontainer is configured to provide you a latest stable version of Crystal toolset.
[](https://codespaces.new/wasm-outbound-http-examples/crystal)
1. [Browser demo](https://wasm-outbound-http-examples.github.io/crystal/)
2. Example in `browser-and-node` directory allows you to build a browser example same as [demo](https://wasm-outbound-http-examples.github.io/crystal/)
and a Node.js one
by yourself and experiment with them.
For details, see its [README](browser-and-node/README.md).
Created for (wannabe-awesome) [list](https://github.com/vasilev/HTTP-request-from-inside-WASM)