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.
- Host: GitHub
- URL: https://github.com/wasm-outbound-http-examples/quickjs-emscripten
- Owner: wasm-outbound-http-examples
- License: mit
- Created: 2024-04-29T11:50:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T18:32:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T08:14:54.791Z (12 months ago)
- Topics: http-client, http-request, javascript, quickjs-emscripten, wasm, webassembly
- Language: HTML
- Homepage: https://wasm-outbound-http-examples.github.io/quickjs-emscripten/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](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)