Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't forcibly use wasmtime's old CLI #469

Merged
merged 1 commit into from Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions master/custom/factories.py
Expand Up @@ -837,12 +837,6 @@ class Wasm32WasiCrossBuild(UnixCrossBuild):
]
compile_environ = {
"CONFIG_SITE": "../../Tools/wasm/config.site-wasm32-wasi",
# Silence warnings about using the old CLI as raised by wasmtime 14+.
"WASMTIME_NEW_CLI": "0",
}
test_environ = {
# Silence warnings about using the old CLI as raised by wasmtime 14+.
"WASMTIME_NEW_CLI": "0",
}
host = "wasm32-unknown-wasi"
host_configure_cmd = ["../../Tools/wasm/wasi-env", "../../configure"]
Expand Down