Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wasm-outbound-http-examples/risor

Make HTTP requests from inside WASM in Risor. Demo and devcontainer.
https://github.com/wasm-outbound-http-examples/risor

http-client http-request risor wasm webassembly

Last synced: about 2 months ago
JSON representation

Make HTTP requests from inside WASM in Risor. Demo and devcontainer.

Awesome Lists containing this project

README

        

# Make HTTP requests from inside WASM in Risor

This devcontainer is configured to provide you a latest stable version of Go toolset.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/wasm-outbound-http-examples/risor)

1. [Browser demo](https://wasm-outbound-http-examples.github.io/risor/).

2. Example in `browser` directory allows you to build a browser example (same as demo) using `fetch` 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)