Upgrade toolkits (#1878)
Upgrade the version of related toolkits: - upgrade llvm to 15.0 - upgrade wasi-sdk to 19.0 - upgrade emsdk to 3.1.28 - upgrade wabt to 1.0.31 - upgrade binaryen to 111 And upgrade the CI scripts, sample workload build scripts, Dockerfiles, and documents.
This commit is contained in:
@ -44,14 +44,14 @@ Firstly please build iwasm with simd support:
|
||||
``` shell
|
||||
$ cd <wamr dir>/product-mini/platforms/linux/
|
||||
$ mkdir build && cd build
|
||||
$ cmake .. -DWAMR_BUILD_SIMD=1
|
||||
$ cmake ..
|
||||
$ make
|
||||
```
|
||||
|
||||
Then compile wasm file to aot file and run:
|
||||
|
||||
``` shell
|
||||
$ <wamr dir>/wamr-compiler/build/wamrc --enable-simd -o codecbench.aot codecbench.wasm
|
||||
$ <wamr dir>/wamr-compiler/build/wamrc -o codecbench.aot codecbench.wasm
|
||||
$ <wamr dir>/product-mini/platforms/linux/build/iwasm codecbench.aot
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user