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

### Subject of the issue I run the following wasm code in WAMR, and got `Exception: out of bounds memory access` in LLVM-JIT mode, but run successfully in Fast-JIT mode...

llvm-jit

Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2 to 3. Release notes Sourced from nick-fields/retry's releases. Upgrade to node 20 Upgrades action to node 20 to fix warnings v2.9.0 2.9.0 (2023-09-26) Features shell: checks...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

currently wamrc frontend has some logic to tweak size_level. https://github.com/bytecodealliance/wasm-micro-runtime/blob/a36c7d5aa9f8bbbe8da15a0c171fc82fc4ac0729/wamr-compiler/main.c#L566-L589 i guess it's more straightforward to do such a tweak in the backend (eg. aot_create_comp_context) instead because we have a...

Hello, I'm currently experimenting with sockets in WAMR on Zephyr, and I'm encountering some challenges. 1. I've adapted a section of the Zephyr socket API. 2. I'm attempting to run...

enhancement
platform
libc-wasi

consider that you have a few host functions which require huge native stack to run. right now, you need to bump WASM_STACK_GUARD_SIZE enough for the largest possible consumer even when...

new feature
native stack overflow detection

we have the `argv_buf` on-stack array pattern in our code base. the sizes of the arrays seem a bit arbitrary. ``` core/iwasm/common/wasm_c_api.c: uint32 argv_buf[32] = { 0 }, *argv =...

probably we should enable StackClashProtector as mentioned in https://github.com/bytecodealliance/wasm-micro-runtime/issues/2105#issuecomment-1531225713

aot compiler
llvm-jit
native stack overflow detection