mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-08 20:56:13 +00:00
![]() 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); ``` |
||
---|---|---|
.. | ||
cg | ||
fe | ||
asmjit_sgx_patch.diff | ||
iwasm_fast_jit.cmake | ||
jit_codecache.c | ||
jit_codecache.h | ||
jit_codegen.c | ||
jit_codegen.h | ||
jit_compiler.c | ||
jit_compiler.h | ||
jit_dump.c | ||
jit_dump.h | ||
jit_frontend.c | ||
jit_frontend.h | ||
jit_ir.c | ||
jit_ir.def | ||
jit_ir.h | ||
jit_regalloc.c | ||
jit_utils.h |