Skip to content

issues Search Results · repo:bytecodealliance/wasm-micro-runtime language:C

Filter by

1k results
 (112 ms)

1k results

inbytecodealliance/wasm-micro-runtime (press backspace or delete to remove)

Subject of the issue iwasm incorrectly reports _start function signature is wrong error when loading WebAssembly modules that should execute normally. The module contains a valid _start function but the ...
  • Q1IQ
  • 2
  • Opened 
    4 days ago
  • #4506

Summary I m trying to build WAMR for the Raspberry Pi Pico 2 (RP2350) which uses an ARM Cortex-M33 core (ARMv8-M architecture). The build fails during CMake s compiler test phase with linking errors related ...
  • JarvisPrestidge
  • 1
  • Opened 
    5 days ago
  • #4505

extended const changed the aot format in a way which affects very wide range of modules. i guess it should have bumped AOT_CURRENT_VERSION. the situation is a bit complex because we have released 2.4.0 ...
  • yamt
  • 1
  • Opened 
    6 days ago
  • #4504

Subject of the issue iwasm does not enforce the subtyping depth limit when compiling WebAssembly modules, which leads to successful execution of modules that should otherwise fail validation due to excessive ...
  • Q1IQ
  • 3
  • Opened 
    6 days ago
  • #4501

iwasm fails to validate the function signature in call_indirect, potentially causing a segmentation fault at runtime. This violates the WebAssembly specification, which mandates signature checking for ...
  • Q1IQ
  • 3
  • Opened 
    7 days ago
  • #4497

iwasm does not enforce the requirement that the element type of a table must be a reference type. This behavior violates the WebAssembly specification, which mandates that a table’s element type must be ...
  • Q1IQ
  • 1
  • Opened 
    8 days ago
  • #4495

https://github.com/bytecodealliance/wasm-micro-runtime/blob/2a952b371a824d4c853c854e27a88051d28ef295/core/iwasm/libraries/wasi-nn/src/wasi_nn.c#L532 name[name_len] is past the end of the buffer. also, ...
wasi-nn
  • yamt
  • Opened 
    10 days ago
  • #4487

Hi! I think I noticed we freeze the commit of the spec test here https://github.com/bytecodealliance/wasm-micro-runtime/blame/main/tests/wamr-test-suites/test_wamr.sh#L539 Do we know what s the reason ...
  • Zzzabiyaka
  • 1
  • Opened 
    12 days ago
  • #4484

Subject of the issue I executed the following test case on different runtimes. Other runtimes that support the Exception Handling proposal would output Exception: unreachable . But, after building WAMR ...
  • teyahb8
  • Opened 
    13 days ago
  • #4482

Subject of the issue I executed the following test case with different runtimes. Other runtimes and also WAMR s AOT mode gives an out of bounds exception whereas WAMR s JIT mode gives an unreachable exception. ...
  • teyahb8
  • Opened 
    13 days ago
  • #4481
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub