mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
63cd567b3f
As planned, the app-manager and app-framework are to be migrated to https://github.com/bytecodealliance/wamr-app-framework. ps. https://github.com/bytecodealliance/wasm-micro-runtime/issues/2329 https://github.com/bytecodealliance/wasm-micro-runtime/wiki/TSC-meeting-notes
39 lines
737 B
Plaintext
39 lines
737 B
Plaintext
.cache
|
|
.clangd
|
|
.vs
|
|
.vscode
|
|
.venv
|
|
/.idea
|
|
**/cmake-build-*/
|
|
**/*build/
|
|
*.obj
|
|
*.a
|
|
*.so
|
|
.clangd
|
|
.DS_Store
|
|
|
|
core/deps/**
|
|
core/shared/mem-alloc/tlsf
|
|
core/iwasm/libraries/lib-wasi-threads/test/*.wasm
|
|
core/iwasm/libraries/lib-socket/test/*.wasm
|
|
|
|
product-mini/app-samples/hello-world/test.wasm
|
|
product-mini/platforms/linux-sgx/enclave-sample/App/
|
|
product-mini/platforms/linux-sgx/enclave-sample/Enclave/
|
|
product-mini/platforms/linux-sgx/enclave-sample/iwasm
|
|
|
|
build_out
|
|
tests/wamr-test-suites/workspace
|
|
|
|
!/test-tools/wamr-ide/VSCode-Extension/.vscode
|
|
|
|
samples/socket-api/wasm-src/inc/pthread.h
|
|
|
|
**/__pycache__
|
|
|
|
tests/benchmarks/coremark/coremark*
|
|
|
|
samples/workload/include/**
|
|
!samples/workload/include/.gitkeep
|
|
|
|
# core/iwasm/libraries/wasi-threads |