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

### Summary Hello, how do I enable wasm threads using python wasmer API? ### Additional details I've looked for "threads" in the documentation and only found it mentioned at https://wasmerio.github.io/wasmer-python/api/wasmer/wasmer.html#MemoryType.shared....

❓ question

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.11. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.11 Bump the minimum supported Rust version to 1.38. (#877) crossbeam-utils 0.8.10 Fix unsoundness of AtomicCell on...

dependencies

Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.63 to 0.3.66. Commits 056cdf8 Bump to 0.3.66 28b3230 Bump object to 0.29 (#472) 4e5a3f7 add support for new miri backtrace api (#462) 32616fb Bump object to...

dependencies

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.6.0. Changelog Sourced from regex's changelog. 1.6.0 (2022-07-05) This release principally includes an upgrade to Unicode 14. New features: [FEATURE #832](rust-lang/regex#832): Clarify that Captures::len includes...

dependencies

Bumps [rkyv](https://github.com/rkyv/rkyv) from 0.7.28 to 0.7.39. Release notes Sourced from rkyv's releases. v0.7.39 #278 Adds null checks for pointers returned from alloc and realloc. Fixes some places in the Archive...

dependencies

Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.78 to 0.2.81. Changelog Sourced from wasm-bindgen's changelog. 0.2.81 Released 2022-06-14. changes 0.2.80 Released 2022-04-04. changes 0.2.79 Released 2022-01-19. changes Commits 062aa5f Bump to 0.2.81 (#2935) ed58b79...

dependencies

I just installed wasmer and wasmer cranelift using these: ``` pip install wasmer pip install wasmer-compiler-cranelift ``` I have copied a sample script from examples folder in this library ```...

❓ question

### Motivation We can user wasmer directly if installed directly. But if we have the Python module already installed, is also useful to call it thru Python for testing and...

🎉 enhancement

### Describe the bug Using v1.1.0 of wasmer + wasmer-compiler-cranelift, on Ubuntu 22.04, I get a compilation error: ``` Traceback (most recent call last): File "//simple.py", line 9, in module...

🐞 bug

### Motivation Related to #631 , would it be possible to deploy some python3.10-compatible wheels for v1.0.0? https://pypi.org/project/wasmer/1.0.0/#files ### Proposed solution Should be sufficient to update the github action for...

🎉 enhancement