File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -876,6 +876,7 @@ class Compiler extends NamedEnum {
876876 Runtime .d8,
877877 Runtime .chrome,
878878 Runtime .firefox,
879+ Runtime .safari,
879880 ];
880881 case Compiler .dart2analyzer:
881882 return const [Runtime .none];
Original file line number Diff line number Diff line change 414414 "timeout" : 240
415415 }
416416 },
417- "dart2wasm-asserts-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox)" : {
417+ "dart2wasm-asserts-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox|safari )" : {
418418 "options" : {
419419 "host-asserts" : true ,
420420 "enable-asserts" : true ,
424424 "timeout" : 60
425425 }
426426 },
427- "dart2wasm-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox)" : {
427+ "dart2wasm-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox|safari )" : {
428428 "options" : {
429429 "host-asserts" : true ,
430430 "dart2wasm-options" : [
434434 "timeout" : 60
435435 }
436436 },
437- "dart2wasm-(linux|mac|win)-optimized-(d8|jsshell|jsc|chrome|firefox)" : {
437+ "dart2wasm-(linux|mac|win)-optimized-(d8|jsshell|jsc|chrome|firefox|safari )" : {
438438 "options" : {
439439 "dart2wasm-options" : [
440440 " -O1" ,
445445 "timeout" : 120
446446 }
447447 },
448- "dart2wasm-asserts-minified-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox)" : {
448+ "dart2wasm-asserts-minified-(linux|mac|win)-(d8|jsshell|jsc|chrome|firefox|safari )" : {
449449 "options" : {
450450 "dart2wasm-options" : [
451451 " --minify"
456456 "timeout" : 120
457457 }
458458 },
459- "dart2wasm-(linux|mac|win)-jscm-(d8|jsshell|jsc|chrome|firefox)" : {
459+ "dart2wasm-(linux|mac|win)-jscm-(d8|jsshell|jsc|chrome|firefox|safari )" : {
460460 "options" : {
461461 "dart2wasm-options" : [
462462 " -O0" ,
You can’t perform that action at this time.
0 commit comments