https://github.com/wasm-outbound-http-examples/sebastianwessel-quickjs
Make HTTP requests from inside WASM using sebastianwessel/quickjs. Demo and devcontainer.
https://github.com/wasm-outbound-http-examples/sebastianwessel-quickjs
http-client http-request javascript quickjs wasm webassembly
Last synced: 3 months ago
JSON representation
Make HTTP requests from inside WASM using sebastianwessel/quickjs. Demo and devcontainer.
- Host: GitHub
- URL: https://github.com/wasm-outbound-http-examples/sebastianwessel-quickjs
- Owner: wasm-outbound-http-examples
- License: mit
- Created: 2024-08-12T16:42:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T23:25:24.000Z (over 1 year ago)
- Last Synced: 2025-03-01T00:48:40.358Z (over 1 year ago)
- Topics: http-client, http-request, javascript, quickjs, wasm, webassembly
- Language: HTML
- Homepage: https://wasm-outbound-http-examples.github.io/sebastianwessel-quickjs/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Use sebastianwessel/quickjs to send HTTP(s) requests from inside WASM
This devcontainer is configured to provide you a latest stable version of Node.js by using default devcontainer configuration.
[](https://codespaces.new/wasm-outbound-http-examples/sebastianwessel-quickjs)
#
Example
Description
Browser demo
1
[`fetch()` in browser and Node.js / Deno / Bun](browser-and-node/README.md)
Using `fetch()` from sebastianwessel/quickjs.
[Demo](https://wasm-outbound-http-examples.github.io/sebastianwessel-quickjs/)
Created for (wannabe-awesome) [list](https://github.com/vasilev/HTTP-request-from-inside-WASM)