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

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

Make HTTP requests from inside WASM in Emscripten-Forge's PyJS. Demo and devcontainer.
https://github.com/wasm-outbound-http-examples/pyjs

emscripten-forge http-client http-request pyjs python requests-wasm-polyfill wasm webassembly

Last synced: 3 months ago
JSON representation

Make HTTP requests from inside WASM in Emscripten-Forge's PyJS. Demo and devcontainer.

Awesome Lists containing this project

README

        

# Make HTTP requests from inside WASM in Emscripten Forge's PyJS

This devcontainer is configured to provide you a latest version of Micromamba.

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

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

2. Example in `browser-requests-wasm-polyfill` directory allows you to build yourself a browser example (same as demo),
using `requests-wasm-polyfill` library and experiment with it.
For details, see its [README](browser-requests-wasm-polyfill/README.md).

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