Skip to content

Commit 5c47c05

Browse files
committed
wasmtime -> (generic) wasm runtime
1 parent 60d744e commit 5c47c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/wasm/wasi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def make_wasi_python(context, working_dir):
272272
subprocess.check_call([exec_script, "--version"])
273273
print(
274274
f"🎉 Use '{exec_script.relative_to(context.init_dir)}' "
275-
"to run CPython in wasmtime"
275+
"to run CPython in wasm runtime"
276276
)
277277

278278

0 commit comments

Comments
 (0)