Skip to content

Commit

Permalink
Don't forcibly use wasmtime's old CLI (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Mar 4, 2024
1 parent 1a4a9ff commit dfd8d34
Showing 1 changed file with 0 additions and 6 deletions.
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

0 comments on commit dfd8d34

Please sign in to comment.