wasm-micro-runtime/test-tools
Benbuck Nason 8239dd4aa7
Add wasm_export.h APIs to expose memory type (#3496)
Support to get `wasm_memory_type_t memory_type` from API
`wasm_runtime_get_import_type` and `wasm_runtime_get_export_type`,
and then get shared flag, initial page cout, maximum page count
from the memory_type:
```C
bool
wasm_memory_type_get_shared(const wasm_memory_type_t memory_type);
uint32_t
wasm_memory_type_get_init_page_count(const wasm_memory_type_t memory_type);
uint32_t
wasm_memory_type_get_max_page_count(const wasm_memory_type_t memory_type);
```
2024-06-06 09:20:24 +08:00
..
addr2line addr2line.py: Support sourceMappingURL section produced by emcc (#3302) 2024-04-12 11:43:40 +08:00
aot-analyzer Add wasm_export.h APIs to expose memory type (#3496) 2024-06-06 09:20:24 +08:00
append-aot-to-wasm append_aot_to_wasm.py: Add --ver-str option to emit more info in custom section name (#3398) 2024-05-08 18:06:54 +08:00
binarydump-tool Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
flame-graph-helper Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
pick-up-emscripten-headers Upgrade toolkits (#1878) 2023-02-02 09:42:25 +08:00
wamr-ide Fix test-wamr-ide CI failure (#3485) 2024-05-30 14:08:18 +08:00
.gitignore Implement SIMD latest opcodes and update LLVM to 13.0 (#758) 2021-09-17 19:12:57 +08:00