wasmer-python icon indicating copy to clipboard operation
wasmer-python copied to clipboard

๐Ÿ๐Ÿ•ธ WebAssembly runtime for Python

Results 91 wasmer-python issues
Sort by recently updated
recently updated
newest added

For the moment, we can't publish our aarch64 binary wheels onto pypi because it breaks [the `manylinux2010` policy](https://www.python.org/dev/peps/pep-0571/#the-manylinux2010-policy). However, it seems that `manylinux2014` could solve this. Discussion happens here, https://github.com/pypa/manylinux/issues/84....

๐ŸŽ‰ enhancement

### Motivation For the moment, it is only possible to declare functions with no environment. Supporting custom user-defined environment would be a great new feature.

๐ŸŽ‰ enhancement

NixOS can install `wasmer-python`, https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/wasmer/default.nix. We should say that somewhere.

๐ŸŽ‰ enhancement
๐Ÿ“š documentation

### Motivation Our `wasmer-wasi` API supports FS and pipes. The Python embedding should provide those nice features too.

๐ŸŽ‰ enhancement

We support WASI. Do we want to add emscripten support? Let's chat!

๐ŸŽ‰ enhancement

I know this has something to do with Tables but I couldn't discover the answer through experimentation. If a C program reports that the address of a function is "0x8",...

โ“ question

This is an attempt to support pypy3.

๐ŸŽ‰ enhancement
๐Ÿค– bot
๐Ÿ“ฆ component-extension

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.12. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.12 Remove the dependency on the once_cell crate to restore the MSRV. (#913) Work around rust-lang#98302, which...

dependencies

Updates the requirements on [pyo3-build-config](https://github.com/pyo3/pyo3) to permit the latest version. Release notes Sourced from pyo3-build-config's releases. PyO3 0.17.1 This release contains some minor bug fixes for PyO3 0.17.0. In particular...

dependencies