Import test suites to test spec cases (#736)

This commit is contained in:
Wenyong Huang
2021-09-09 12:49:46 +08:00
committed by GitHub
parent 4b0d6083a3
commit 00663f0cd5
15 changed files with 4290 additions and 6 deletions

View File

@ -199,7 +199,7 @@ make
```
By default in Linux, the interpreter, AOT and WASI are enabled, and JIT and LazyJIT are disabled.
By default in Linux, the interpreter, AOT and WASI are enabled, and JIT and LazyJIT are disabled.
And the build target is set to X86_64 or X86_32 depending on the platform's bitwidth.
To enable WASM JIT, firstly we should build LLVM: