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.
- Host: GitHub
- URL: https://github.com/wasm-outbound-http-examples/pyjs
- Owner: wasm-outbound-http-examples
- License: mit
- Created: 2024-01-25T15:45:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T17:11:50.000Z (over 1 year ago)
- Last Synced: 2025-01-13T19:40:26.588Z (5 months ago)
- Topics: emscripten-forge, http-client, http-request, pyjs, python, requests-wasm-polyfill, wasm, webassembly
- Language: Shell
- Homepage: https://wasm-outbound-http-examples.github.io/pyjs/
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](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)