wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

WebAssembly Micro Runtime (WAMR)

Results 327 wasm-micro-runtime issues
Sort by recently updated
recently updated
newest added

- Add wasm_runtime_checkpoint/wasm_runtime_restore API - Support AOT and Classic Interpreter mode checkpoint and debug through OS signal, tested on windows/mac/linux aarch64/x64 - Static instrument the AOT to have the checkpoint...

# Summary Plan to implement basic support for the multi-memory proposal, first focusing on the classic interpreter and AOT running modes. ## Overview of Basic Support Plan With basic support...

new feature

implemented an analysis tool for AoT files

On a 64 bit host the top bits of `n` here can be garbage (as the value is 32bit in the wasm memory). I have promised @loganek I'll write some...

wasm-micro-runtime/core/iwasm/aot/debug/jit_debug.c 1. not found unistd.h 2. __attribute__(noinline) does't not work for MSVC core/iwasm/aot/debug/elf_parser.c 1. not found unistd.h core/iwasm/common/wasm_runtime_common.c 1. ZydisDecoderDecodeFull is changed in latest zydis 3. ZydisFormatterFormatInstruction is changed in...

source debugger
platform

### Subject of the issue The WAMR on JIT mode raises a "type mismatch" exception on a valid test case. ### Test case [425.zip](https://github.com/bytecodealliance/wasm-micro-runtime/files/15119467/425.zip) ### Your environment * Host OS:...

I have an ESP32 board and I am interested in running a WebAssembly (WASM) application on the Zephyr RTOS. To understand the process of loading and executing the WASM binary,...

platform

Hey there. I'm trying to build WASM module, which contains protobuf library, with support of pthread (to be able to terminate it in case of timeout). Without pthread support everything...

I did some memory profiling when loading Wasm files using the fast interpreter and noticed that not only do we process the Wasm binary to an internal representation, but we...

enhancement
wasm loader
footprint