emscripten-forge / requests-wasm-polyfill

Drop-in replacement for the requests library for wasm python
9 stars 2 forks source link
emscripten python requests wasm webassembly

requests-wasm-polyfill

A kind of drop in replacement for some parts of the requests library for wasm python.

Note that these only work when running under a web-worker, as it's making blocking HTTP requests which are not allowed in the main thread.

[!WARNING]
This package has been archived and will not be maintained anymore. emscripten-forge users can now use the official requests package.