This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/samples
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
..
basic Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
gui Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
littlevgl Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
multi-module Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
multi-thread Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
ref-types Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
simple Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
spawn-thread Apply clang format for samples files (#833) 2021-11-15 12:48:35 +08:00
wasm-c-api Enable ref types and bulk memory by default for wamrc (#838) 2021-11-18 17:42:49 +08:00
workload Implement SIMD latest opcodes and update LLVM to 13.0 (#758) 2021-09-17 19:12:57 +08:00