wasm-micro-runtime/core/iwasm
dongsheng28849455 fbe072c0d3
Bring up WAMR on esp32-s3 device (#2348)
esp32-s3's instruction memory and data memory can be accessed through mutual mirroring way,
so we define a new feature named as WASM_MEM_DUAL_BUS_MIRROR.
2023-07-21 07:54:13 +08:00
..
aot Bring up WAMR on esp32-s3 device (#2348) 2023-07-21 07:54:13 +08:00
common Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
compilation Fix typo (dwarf) in the codebase (#2367) 2023-07-19 17:58:52 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
include Fix typo (dwarf) in the codebase (#2367) 2023-07-19 17:58:52 +08:00
interpreter Fix some static scan issues (#2362) 2023-07-18 16:06:21 +08:00
libraries Allow defining hints without exact socket type or address family (#2337) 2023-07-04 21:21:21 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00