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

# Review - [ ] Add a short description of the change to the CHANGELOG.md file

### Describe the bug When trying to install Wasmer on Windows 11 with PowerShell 7.2.6 the following error is output: ```error Invoke-Expression: Cannot validate argument on parameter 'Uri'. The argument...

🐞 bug

Issue: https://github.com/wasmerio/wasmer/issues/3127 # Description WIP PR after meeting with Syrus, test should technically not fail but it does. # Review - [ ] Add a short description of the change...

Hey all! We are currently experiencing segfault crashes when using modules that have been serialized to disk with Wasmer 2.2.0 and deserialized with 2.3.0. We are aware the format can...

🐞 bug

Fixes https://github.com/wasmerio/wasmer/issues/2334 Continuation of PR #3032. Adds a C-API for overwriting stdin / stdout / stderr and make them useable via pipes without depending on I/O or user input.

At some point we should probably add backpressure so that very large writes do not use up all the memory - for now lets not worry about it unless you...

### Describe the bug ```sh echo "`wasmer -V` | `rustc -V` | `uname -m`" wasmer 2.3.0 | rustc 1.63.0-nightly (490324f7b 2022-05-26) | x86_64 ``` Attempting to compile a Wasm module...

bug
🏚 stale
priority-high

It's better to print both the version and the git ref + date when the binary was built when printing `wasmer --version`

🎉 enhancement

# Review - [ ] Add a short description of the change to the CHANGELOG.md file