wasm-micro-runtime/core/iwasm
Wenyong Huang 9c8551cf75
Add cmake flag to control aot intrinsics (#3261)
Add cmake variable `-DWAMR_BUILD_AOT_INTRINSICS=1/0` to enable/disable
the aot intrinsic functions, which are normally used by AOT XIP feature, and
can be disabled to reduce the aot runtime binary size.

And refactor the code in aot_intrinsics.h/.c.
2024-04-01 11:26:05 +08:00
..
aot Add cmake flag to control aot intrinsics (#3261) 2024-04-01 11:26:05 +08:00
common Implement apis to set and get the name of a wasm module (#3254) 2024-03-26 12:10:13 +08:00
compilation Append \0 to every name string in aot name section (#3249) 2024-03-26 14: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 Refactor APIs and data structures as preliminary work for Memory64 (#3209) 2024-03-12 11:38:50 +08:00
include Implement apis to set and get the name of a wasm module (#3254) 2024-03-26 12:10:13 +08:00
interpreter loader: Remove updating ctx->dynamic_offset in emit_br_info (#3259) 2024-03-28 16:07:02 +08:00
libraries Add wasi_ephemeral_nn module support (#3241) 2024-03-21 21:05:34 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00