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/doc
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
..
pics Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
build_wamr.md Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
build_wasm_app.md Enable ref types and bulk memory by default for wamrc (#838) 2021-11-18 17:42:49 +08:00
embed_wamr.md small doc fixes (#700) 2021-08-19 14:44:14 +08:00
export_native_api.md Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
linux_sgx.md Enhance the readability of WAMR SGX docs (#442) 2020-11-13 13:11:34 +08:00
multi_module.md Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
other_wasm_compilers.md Implement performance profiler and call stack dump, and update toolchain document (#501) 2021-01-18 13:23:10 +08:00
port_wamr.md re-org ems mem allocator source codes, update prot_wamr.md (#217) 2020-03-30 11:06:39 +08:00
pthread_library.md Enable multi-thread for tensorflow sample, update wasm-c-api document (#651) 2021-06-14 08:58:32 +08:00
ref_types.md Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
release_ack.md Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
roadmap.md Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
source_debugging.md Support random debug port by assigning port = 0 (#807) 2021-10-30 02:44:41 -05:00
wamr_api.md Enable emitting custom name section to aot file (#794) 2021-10-26 16:32:52 +08:00
wasm_c_api.md Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00