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

https://github.com/wasm-outbound-http-examples/quickjs-emscripten

Make HTTP requests from inside WASM using quickjs-emscripten. Demo and devcontainer.
https://github.com/wasm-outbound-http-examples/quickjs-emscripten

http-client http-request javascript quickjs-emscripten wasm webassembly

Last synced: 3 months ago
JSON representation

Make HTTP requests from inside WASM using quickjs-emscripten. Demo and devcontainer.

Awesome Lists containing this project

README

          

# Use quickjs-emscripten to send HTTP(s) requests from inside WASM

This devcontainer is configured to provide you a latest stable version of NodeJs by using default devcontainer configuration.

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

1. Examples in `browser-and-node` directory allow you experiment with browser example (same as demo),
along with NodeJs, Deno, and Bun ones.
For details, see the [README](browser-and-node/README.md).
Also [browser demo](https://wasm-outbound-http-examples.github.io/quickjs-emscripten/) is available.

Created for (wannabe-awesome) [list](https://github.com/vasilev/HTTP-request-from-inside-WASM)