wasm-micro-runtime/core/iwasm
Wenyong Huang 4a7a66e900
Enable wasm_runtime_terminate for single-threading (#2924)
The host embedder may also want to terminate the wasm instance
for single-threading mode, and it should work by setting exception
to the wasm instance.
2023-12-26 16:05:44 +08:00
..
aot Refactor reloc symbols for riscv (#2894) 2023-12-11 14:44:41 +08:00
common Enable wasm_runtime_terminate for single-threading (#2924) 2023-12-26 16:05:44 +08:00
compilation Add VectorCombine pass for JIT and AOT (#2923) 2023-12-26 11:27:20 +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 Fix fast-jit accessing shared memory's fields issue (#2841) 2023-12-01 17:41:24 +08:00
include Enable wasm_runtime_terminate for single-threading (#2924) 2023-12-26 16:05:44 +08:00
interpreter interpreter: Simplify memory.grow a bit (#2899) 2023-12-12 20:24:51 +08:00
libraries Handle ambiguous fstflags on fd_filestat_set_times (#2892) 2023-12-11 14:16:58 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00