wasmer
wasmer copied to clipboard
🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten
### Describe the bug Wasmer with llvm compiler gives wrong execution result for `extmul` instructions. The PoC code is as the following: ```rs use wasmer::sys::{EngineBuilder, Features}; use wasmer::{imports, Cranelift, CraneliftOptLevel,...
### Summary A clear and concise summary of your question. I see that https://docs.rs/wasmer-wasix-types/0.27.0/wasmer_wasix_types/wasi/enum.ExitCode.html has an `i32` and as such when you ask for the raw exit code it gives...
### Summary README of WASIX crate contains outdated example [here](https://github.com/wasmerio/wasmer/tree/main/lib/wasix#usage)
### Describe the bug I installed wasmer in heavily regulated environment where DPI and self-signed certificate is used. I cannot find any way to tell wasmer to use system certificates....
### Describe the bug `readdir()` can't return absolute symlinks. ```console $ wasmer -vV; rustc -vV wasmer 4.4.0 (b2fa4b1 2024-10-05) binary: wasmer-cli commit-hash: b2fa4b19ff24f2facbe878b256c76d8e4bd6b25a commit-date: 2024-10-05 host: aarch64-unknown-linux-gnu compiler: singlepass,cranelift rustc...
Implement commands for viewing app deployments: * app deployment {list,get,logs} - **feat(backend-api): Implement app deployment queries** - **feat(cli): Implement app deployment commands** Closes #5133
We should benchmarks for the different compilers over time
Implement autobuild related commands: * wasmer app build list * wasmer app build view * wasmer app build logs
Right now running ``` $ wasmer run pancake/[email protected] ``` Fetches `pancake/[email protected]` (!!) Feches a different version than `wasmer run pancake/r2@=5.4.1`. Intiuitevely, we should use by default `=` version, not "similar...