Skip to content

Commit

Permalink
Set use_legacy_wasm_spec to False in open-source in preparation for C…
Browse files Browse the repository at this point in the history
…hrome 119 release.

PiperOrigin-RevId: 578411079
  • Loading branch information
mollyibot authored and copybara-github committed Nov 1, 2023
1 parent 4532c05 commit 9f5b4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_defs/internal_do_not_use/j2wasm_application.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ _J2WASM_APP_ATTRS = {
"source_map_base_url": attr.string(),
# TODO(b/296477606): Remove when symbol map file can be linked from the binary for debugging.
"enable_debug_info": attr.bool(default = False),
"use_legacy_wasm_spec": attr.bool(default = True),
"use_legacy_wasm_spec": attr.bool(default = False),
"_jre": attr.label(default = Label("//build_defs/internal_do_not_use:j2wasm_jre")),
"_j2cl_transpiler": attr.label(
cfg = "exec",
Expand Down

0 comments on commit 9f5b4cb

Please sign in to comment.