wasmer
wasmer copied to clipboard
🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten
It would be really nice if wasmer implemented the interfaces required to register jit'ed code with attached debuggers. ### Motivation I am currently working on making a scripting runtime for...
### Describe the bug Unable to run the sample LLVM code https://github.com/wasmerio/wasmer/blob/master/examples/compiler_llvm.rs at HEAD of the repo on Apple M1 Max. ``` cargo run --example compiler-llvm --release --features "llvm" ```...
### Summary Can i somehow override syscalls from `wasmer-wasix` crate? I want to achieve next behavior: ``` console.log(Math.random()); console.log(new Date()); ``` should return predefined values instead of real random value...
### Describe the bug Using clang to compile the following C file into Wasm binaries, and execute the Wasm binaries. However, wasmer prints different result. ### Steps to reproduce The...
### Motivation In order for WASIX to be an option for software that uses FFI for plugins, some sort of runtime support is needed which enables calls to `dlopen`, `dlsym`...
### Summary I have built the command line tool from source and am trying to benchmark performance. Startup time seems to be very slow and increasing with the number of...
In order to do most interesting things it is necessary to have an ABI that allows imported functions to read shared memory. For example, if the WASM code wants to...
### Describe the bug When loading a module that contains custom sections using `Module::Deserialize()` and then serializing it using `Module::Serialize()` then the custom sections disappear. It appears to only serialize...
Group the CLI commands by functionality domain in the `--help` output. This would help readability and discoverability a lot. This is currently blocked by `clap` support: https://github.com/clap-rs/clap/issues/1553
OSS-Fuzz project found an issue with Wasmer. tracking is here: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55194 Reproduced localy, using reproducing guide https://google.github.io/oss-fuzz/advanced-topics/reproducing/ with local sources. ``` seb@Seb-PC:~/git/oss-fuzz$ python3 infra/helper.py reproduce wasmer universal_singlepass ~/clusterfuzz-testcase-minimized-universal_singlepass-5888870443253760 INFO:root:Running: docker...