File tree 1 file changed +6
-0
lines changed
bazel/emscripten_toolchain
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ def _wasm_transition_impl(settings, attr):
26
26
features .append ("wasm_simd" )
27
27
28
28
return {
29
+ "//command_line_option:compiler" : "emscripten" ,
30
+ "//command_line_option:crosstool_top" : "@emsdk//emscripten_toolchain:everything" ,
31
+ "//command_line_option:cpu" : "wasm" ,
29
32
"//command_line_option:features" : features ,
30
33
"//command_line_option:dynamic_mode" : "off" ,
31
34
"//command_line_option:linkopt" : linkopts ,
@@ -40,6 +43,9 @@ _wasm_transition = transition(
40
43
"//command_line_option:linkopt" ,
41
44
],
42
45
outputs = [
46
+ "//command_line_option:compiler" ,
47
+ "//command_line_option:cpu" ,
48
+ "//command_line_option:crosstool_top" ,
43
49
"//command_line_option:features" ,
44
50
"//command_line_option:dynamic_mode" ,
45
51
"//command_line_option:linkopt" ,
You can’t perform that action at this time.
0 commit comments