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

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.

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.

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