Skip to content

Commit ba7116f

Browse files
Use cranelift as the backend of wasmer instead of single-pass
1 parent cf2b7ea commit ba7116f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/lit.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ elif run_os == 'wasi':
13761376
config.swift_test_options, config.swift_frontend_test_options)
13771377
subst_target_swift_frontend_mock_sdk = config.target_swift_frontend
13781378
subst_target_swift_frontend_mock_sdk_after = ""
1379-
config.target_run = 'wasmer run --'
1379+
config.target_run = 'wasmer run --backend cranelift --'
13801380
if 'interpret' in lit_config.params:
13811381
use_interpreter_for_simple_runs()
13821382
config.target_sil_opt = (

0 commit comments

Comments
 (0)