wasmer icon indicating copy to clipboard operation
wasmer copied to clipboard

🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten

Results 551 wasmer issues
Sort by recently updated
recently updated
newest added

### Motivation We are currently converting some machine learning libraries to WASM, integrating them with our Go framework through [go-ext-wasm](https://github.com/wasmerio/go-ext-wasm). Some of these libraries could make use of the SIMD...

🎉 enhancement
đŸ“Ļ lib-c-api
🏚 stale
priority-low
🛑 blocked

### Motivation It will be awesome to have LLVM backend enabled on windows ### Proposed solution I managed a produce a LLVM-enabled binary for windows from [github action CI](https://github.com/hanabi1224/ci-playground/actions/runs/606744252) (wasmer.exe...

🎉 enhancement
đŸ“Ļ lib-compiler-llvm
priority-medium

### Summary I have a Rust library that calls a wasm library. Currently I `include_bytes!` the wasm bytecode. It is going to run on mobile devices, so reducing resources is...

❓ question
priority-medium

### Describing I'm cross compiling from x86_64-linux to `riscv64gc-unknown-linux-gnu`target. ```sh $ rustup target list ... riscv64gc-unknown-linux-gnu (installed) ... ``` by editing `wasmer/Makefile`, adding target flag. ```Makefile release: cargo build --release...

🎉 enhancement
đŸ“Ļ lib-vm
priority-low

`fstat` reports incorrect file information when the file is rewritten. wasmer 2.2.1 | N/A | x86_64 ### Steps to reproduce `fstat` reported outdated file info when a file is rewritten...

bug
🏚 stale
priority-medium

Would love to have Perl integration for Wasmer and use Wasmer inside Perl to run WebAssembly ,Thanks!!

🎉 enhancement
ℹī¸ help wanted
🏚 stale
priority-low

### Describe the bug ```sh thread 'main' panicked at 'not implemented: Polling not implemented for clocks yet', lib/wasi/src/syscalls/mod.rs:2375:21 ``` ### Steps to reproduce ```rust use std::{thread, time}; fn main() {...

bug
🏚 stale
priority-medium

The actual proposal is wasmerio/go-ext-wasm#22, forwarded here as requested by @Hywan. ### Motivation With ability to pause the VM, save it's state (memory, execution context) and restore it later it'd...

🎉 enhancement
đŸ“Ļ lib-compiler-llvm
priority-low

### Describe the bug Pretty much all the documentation I've seen implies that `wapm` (and by extension `wax`) _come with_ a `wasmer` install, however `brew install wasmer` doesn't seem to...

🐞 bug
priority-low

macOS M1 doesn't have backtrace support in Singlepass or Cranelift currently.

🎉 enhancement
🏚 stale
priority-medium