wasmer
wasmer copied to clipboard
đ The leading Wasm Runtime supporting WASIX, WASI and Emscripten
### 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...
### 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...
### 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...
### 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...
`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...
Would love to have Perl integration for Wasmer and use Wasmer inside Perl to run WebAssembly ,Thanks!!
### 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() {...
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...
### 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...
macOS M1 doesn't have backtrace support in Singlepass or Cranelift currently.