wasm-micro-runtime/core/iwasm
FromLiQg 88bb4f3c81
Normalize wasm types (#1378)
Normalize wasm types, for the two wasm types, if their parameter types
and result types are the same, we only save one copy, so as to reduce
the footprint and simplify the type comparison in opcode CALL_INDIRECT.

And fix issue in interpreter globals_instantiate, and remove used codes.
2022-08-18 17:52:02 +08:00
..
aot Normalize wasm types (#1378) 2022-08-18 17:52:02 +08:00
common Expose wasm_runtime_get_exec_env_singleton to the API users (#1388) 2022-08-17 16:13:46 +08:00
compilation Fix load type not initialized issue for LLVMBuildLoad2 (#1381) 2022-08-12 14:18:47 +08:00
fast-jit Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
include Expose wasm_runtime_get_exec_env_singleton to the API users (#1388) 2022-08-17 16:13:46 +08:00
interpreter Normalize wasm types (#1378) 2022-08-18 17:52:02 +08:00
libraries esp-idf: Make esp-idf support Libc WASI (#1356) 2022-08-15 16:17:28 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00