From ce9c068c84dcda4f0e1f7bbd8cd672790d66471b Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Thu, 27 Jan 2022 17:39:01 -0500 Subject: [PATCH] web-wasi: Update emulator path This was changed in the web-wasm/web-wasi common tooling additions and refactoring. --- web-wasi/Toolchain.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-wasi/Toolchain.cmake b/web-wasi/Toolchain.cmake index e2efc8b..25480cf 100644 --- a/web-wasi/Toolchain.cmake +++ b/web-wasi/Toolchain.cmake @@ -7,4 +7,4 @@ set(CMAKE_SYSROOT $ENV{WASI_SYSROOT}) set(CMAKE_C_COMPILER /usr/local/bin/clang-wasi-sysroot.sh) set(CMAKE_CXX_COMPILER /usr/local/bin/clang++-wasi-sysroot.sh) -set(CMAKE_CROSSCOMPILING_EMULATOR /usr/local/bin/wasmtime-pwd.sh) +set(CMAKE_CROSSCOMPILING_EMULATOR /wasi-runtimes/wasmtime/bin/wasmtime-pwd.sh)