wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 04c1eb30cf
debug-engine: allocate "tmpbuf" dynamically (#1423)
Some configurations (eg. esp32/nuttx) have limited space for BSS,
0x20000 byte buffer is huge on embedded systems, change to
allocate the buffer dynamically.
2022-08-26 19:49:57 +08:00
..
aot Add missing symbols for arc aot relocation (#1408) 2022-08-23 17:38:55 +08:00
common wasm_runtime_start_debug_instance: Allow to override port (#1421) 2022-08-26 16:33:47 +08:00
compilation Fix load type not initialized issue for LLVMBuildLoad2 (#1381) 2022-08-12 14:18:47 +08:00
fast-jit Fix fast jit destroy block issue (#1412) 2022-08-24 22:00:16 +08:00
include wasm_runtime_start_debug_instance: Allow to override port (#1421) 2022-08-26 16:33:47 +08:00
interpreter Add more fast jit fixed virtual regs (#1409) 2022-08-24 14:05:51 +08:00
libraries debug-engine: allocate "tmpbuf" dynamically (#1423) 2022-08-26 19:49:57 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00