wasm-micro-runtime/core/iwasm
Wenyong Huang 1329e1d3e1
Add support for multi-memory proposal in classic interpreter (#3742)
Implement multi-memory for classic-interpreter. Support core spec (and bulk memory) opcodes now,
and will support atomic opcodes, and add multi-memory export APIs in the future. 

PS: Multi-memory spec test patched a lot for linking test to adapt for multi-module implementation.
2024-08-21 12:22:23 +08:00
..
aot Add support for multi-memory proposal in classic interpreter (#3742) 2024-08-21 12:22:23 +08:00
common Add support for multi-memory proposal in classic interpreter (#3742) 2024-08-21 12:22:23 +08:00
compilation Add support for multi-memory proposal in classic interpreter (#3742) 2024-08-21 12:22:23 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add support for multi-memory proposal in classic interpreter (#3742) 2024-08-21 12:22:23 +08:00
include Add APIs into wasm_c_api.h to summary wasm function execution duration (#3639) 2024-07-23 16:34:47 +08:00
interpreter Add support for multi-memory proposal in classic interpreter (#3742) 2024-08-21 12:22:23 +08:00
libraries debug-interp: Only add lock when signal_flag is SIG_SINGSTEP (#3704) 2024-08-14 09:03:01 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00