From d394ddb8d8fac594f14624c5f6698b36d3d74dd9 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 4 Mar 2024 14:45:33 -0800 Subject: [PATCH] Don't forcibly use wasmtime's old CLI --- master/custom/factories.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/master/custom/factories.py b/master/custom/factories.py index 991a6172..384f9ad7 100644 --- a/master/custom/factories.py +++ b/master/custom/factories.py @@ -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"]