wasm-micro-runtime/core/iwasm
liang.he d8d8f8ce04
Implement apis to set and get the name of a wasm module (#3254)
Add API wasm_runtime_set_module_name and wasm_runtime_get_module_name,
and by default, a module's name is "" if the set module name api isn't called.
2024-03-26 12:10:13 +08:00
..
aot Implement apis to set and get the name of a wasm module (#3254) 2024-03-26 12:10:13 +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 Implement apis to set and get the name of a wasm module (#3254) 2024-03-26 12:10:13 +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 Implement apis to set and get the name of a wasm module (#3254) 2024-03-26 12:10:13 +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