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:
@ -4,9 +4,9 @@ Before staring, we need to download and intall [WABT](https://github.com/WebAsse
|
||||
|
||||
``` shell
|
||||
$ cd /opt
|
||||
$ wget https://github.com/WebAssembly/wabt/releases/download/1.0.19/wabt-1.0.19-ubuntu.tar.gz
|
||||
$ tar -xzf wabt-1.0.19-ubuntu.tar.gz
|
||||
$ mv wabt-1.0.19 wabt
|
||||
$ wget https://github.com/WebAssembly/wabt/releases/download/1.0.31/wabt-1.0.31-ubuntu.tar.gz
|
||||
$ tar -xzf wabt-1.0.31-ubuntu.tar.gz
|
||||
$ mv wabt-1.0.31 wabt
|
||||
```
|
||||
|
||||
By default, all samples are compiled and run in "interpreter" mode.
|
||||
@ -47,4 +47,4 @@ $ ./global
|
||||
$ ...
|
||||
$ ./callback
|
||||
$ ...
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user