wasm-micro-runtime/core/iwasm
liang.he 1dccf39d16
Enable ref types and bulk memory by default for wamrc (#838)
Enable ref types feature and bulk memory feature by default for wamrc
and provide "--disable-ref-types", "--disable-bulk-memory"  to disable
them.
And remove the ref_type_flag option in wasm_loader.c which is used to
control whether to enable ref types or not when ENABLE_REF_TYPES
macro is enabled in wamrc. As the wasm binary format with ref types
is compatible with the binary format before, we can remove the option.
Also update the spec test scripts.
2021-11-18 17:42:49 +08:00
..
aot Add more reloc symbols for target arm/thumb/riscv (#834) 2021-11-15 12:23:15 +08:00
common Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
compilation Enable ref types and bulk memory by default for wamrc (#838) 2021-11-18 17:42:49 +08:00
include Enable LLVM link time optimization (LTO) for AOT (#831) 2021-11-13 16:59:35 +08:00
interpreter Enable ref types and bulk memory by default for wamrc (#838) 2021-11-18 17:42:49 +08:00
libraries [source debug] process ModuleInfo query message (#815) 2021-11-02 12:09:15 +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