mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
64b5459066
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>
15 lines
222 B
Plaintext
15 lines
222 B
Plaintext
|
|
.vs
|
|
.vscode
|
|
**/*build/
|
|
core/deps/**
|
|
core/shared/mem-alloc/tlsf
|
|
core/app-framework/wgl
|
|
|
|
wamr-sdk/out/
|
|
wamr-sdk/runtime/build_runtime_sdk/
|
|
test-tools/host-tool/bin/
|
|
product-mini/app-samples/hello-world/test.wasm
|
|
|
|
build_out
|