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
Wenyong Huang 4b0d6083a3
Enable lazy Orc JIT feature (#732)
The feature is disabled by default, to enable it, please use
`cmake -DWAMR_BUILD_JIT=1 -DWAMR_BUILD_LAZY_JIT=1`
to build iwasm.
2021-09-07 11:39:57 +08:00
..
pics Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
build_wamr.md Enable lazy Orc JIT feature (#732) 2021-09-07 11:39:57 +08:00
build_wasm_app.md Update documents (#669) 2021-07-22 13:52:48 +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
wamr_api.md Fix typo: "wigdet" -> "widgets" (#340) 2020-08-07 17:25:23 +08:00
wasm_c_api.md Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00