Skip to content

Commit 068a7be

Browse files
committed
benchmark/notes.md: bump wasmedge to 0.15.0
1 parent 4dd1081 commit 068a7be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmark/notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cp target/release/wasmi_cli ~/bin
7272

7373
```
7474
brew uninstall spdlog
75-
git checkout 0.13.5
75+
git checkout 0.15.0
7676
mkdir build
7777
cd build
7878
cmake \
@@ -82,6 +82,7 @@ cmake \
8282
-DWASMEDGE_BUILD_STATIC_LIB=ON \
8383
-DWASMEDGE_LINK_TOOLS_STATIC=ON \
8484
-DWASMEDGE_BUILD_PLUGINS=OFF \
85+
-DWASMEDGE_USE_LLVM=OFF \
8586
..
8687
make
8788
cp ./tools/wasmedge/wasmedge ~/bin

0 commit comments

Comments
 (0)