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

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.

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.

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