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

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...

🎉 enhancement
📦 lib-compiler-cranelift
📦 lib-compiler-llvm
⚙️ feature request
📦 lib-compiler-singlepass
📦 lib-compiler
priority-medium

### 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" ```...

bug
priority-medium
build-system

### 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...

🎉 enhancement
❓ question
📦 lib-wasi
priority-low

### 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...

bug
📦 lib-vfs
priority-medium

### 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`...

🎉 enhancement
📦 lib-wasi
📦 lib-compiler
📦 lib-engine
📦 lib-vm
priority-medium

### 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...

❓ question
📦 lib-wasi
📦 lib-cli
priority-medium

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...

❓ question
priority-low

### 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...

🧞 needs example
priority-medium

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

🎉 enhancement
📦 lib-cli
priority-low
🛑 blocked

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...

📦 lib-compiler-singlepass
🏆 fuzzer-trophy
priority-medium