mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 07:21:54 +00:00
8239dd4aa7
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); ``` |
||
---|---|---|
.. | ||
addr2line | ||
aot-analyzer | ||
append-aot-to-wasm | ||
binarydump-tool | ||
flame-graph-helper | ||
pick-up-emscripten-headers | ||
wamr-ide | ||
.gitignore |