Import WAMR Fast JIT (#1343)
Import WAMR Fast JIT which is a lightweight JIT with quick startup, small footprint, relatively good performance (~40% to ~50% of LLVM JIT) and good portability. Platforms supported: Linux, MacOS and Linux SGX. Arch supported: x86-64.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -26,3 +26,5 @@ tests/wamr-test-suites/workspace
|
||||
!/test-tools/wamr-ide/VSCode-Extension/.vscode
|
||||
|
||||
samples/socket-api/wasm-src/inc/pthread.h
|
||||
|
||||
**/__pycache__
|
||||
Reference in New Issue
Block a user