File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ SYSROOT_FLAGS=--sysroot=$(WASI_SYSROOT)
13
13
OPENMP_DIR := $(PROJECT_DIR ) /llvm-project/openmp
14
14
OPENMP_LIB := $(BUILD_DIR ) /runtime/src/libomp.a
15
15
16
- # Specify a different Wasm engine to invoke with `make WASM_ENGINE=...`.
17
- WASM_ENGINE=WASMTIME_LOG=wasmtime_runtime::memory=trace,wasmtime_wasi_threads =trace ../wasmtime/target/release/wasmtime
16
+ # Specify a different Wasm engine to invoke with `make WASM_ENGINE=...`. You can prepend the
17
+ # `WASMTIME_LOG=...` bits below if you want to see what Wasmtime is doing under the hood:
18
+ # WASMTIME_LOG=wasmtime_runtime::memory=trace,wasmtime_wasi_threads=trace
19
+ WASM_ENGINE =../wasmtime/target/release/wasmtime
18
20
19
21
# The default target--builds and runs everything.
20
22
all : run
You can’t perform that action at this time.
0 commit comments