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 64b5459066
Implement Windows thread/mutex/cond APIs to support multi-thread (#627)
Implement Windows thread/mutex/cond related APIs to support Windows multi-thread feature
Change Windows HW boundary check implementation for multi-thread: change SEH to VEH
Fix wasm-c-api issue of getting AOTFunctionInstance by index, fix wasm-c-api compile warnings
Enable to build invokeNative_general.c with cmake variable
Fix several issues in lib-pthread
Disable two LLVM passes in multi-thread mode to reserve volatile semantic
Update docker script and document to build iwasm with Docker image

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-05-11 16:48:49 +08:00
..
pics Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
build_wamr.md Implement Windows thread/mutex/cond APIs to support multi-thread (#627) 2021-05-11 16:48:49 +08:00
build_wasm_app.md Implement performance profiler and call stack dump, and update toolchain document (#501) 2021-01-18 13:23:10 +08:00
embed_wamr.md Add two apis for wasm function call (#375) 2020-09-08 13:03:35 +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 add realloc wrapper, fix pthread_join overwrite issue (#605) 2021-04-09 15:27:12 +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 Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00