Skip to content

Commit b3ed21f

Browse files
committed
Don't print Wasmtime logs by default
1 parent 3555a3b commit b3ed21f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ SYSROOT_FLAGS=--sysroot=$(WASI_SYSROOT)
1313
OPENMP_DIR := $(PROJECT_DIR)/llvm-project/openmp
1414
OPENMP_LIB := $(BUILD_DIR)/runtime/src/libomp.a
1515

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
1820

1921
# The default target--builds and runs everything.
2022
all: run

0 commit comments

Comments
 (0)