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 724858c731
Update wasm app build scripts for wasi-sdk-12 and refine interpreter (#481)
Update wasm app build scripts for wasi-sdk-12.0: add --export=__main_argc_argv, remove --no-threads
Lookup function with name "__main_argc_argv" as main function besides "main"
Change module_malloc to runtime_malloc in wasi native lib
Refine classic interpreter op_block and op_br_table
Refine faster interpreter op_br_table

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2020-12-28 10:46:31 +08:00
..
pics Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
build_wamr.md Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
build_wasm_app.md Update wasm app build scripts for wasi-sdk-12 and refine interpreter (#481) 2020-12-28 10:46:31 +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 minor changes (#195) 2020-03-11 13:49:52 +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 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +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 implement atomics opcodes for interpreter (#344) 2020-08-10 19:43:58 +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