Skip to content

Commit

Permalink
[WASM] Add comments to several readable tests indicating why they are…
Browse files Browse the repository at this point in the history
… not enabled for Wasm.

PiperOrigin-RevId: 681945372
  • Loading branch information
Googler authored and copybara-github committed Oct 3, 2024
1 parent 221cdb3 commit 32b3ad1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ readable_example(
]),
# Native JsType does not make sense for j2kt-native.
build_kt_native_readables = False,
# Casting non-native type to/from native type not supported in Wasm.
generate_wasm_readables = False,
deps = ["//third_party:jsinterop-annotations-j2cl"],
)
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ readable_example(
]),
# Native JsType does not make sense for j2kt-native.
build_kt_native_readables = False,
# Extending from native types not supported in Wasm.
generate_wasm_readables = False,
deps = ["//third_party:jsinterop-annotations-j2cl"],
)
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ readable_example(
]),
# Native JsType does not make sense for j2kt-native.
build_kt_native_readables = False,
# JsMethod on non-native types not supported in Wasm.
generate_wasm_readables = False,
deps = ["//third_party:jsinterop-annotations-j2cl"],
)
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ readable_example(
]),
# Native JsType does not make sense for j2kt-native.
build_kt_native_readables = False,
# TODO(b/288128177): Calling Object methods on native types currently not supported in Wasm.
generate_wasm_readables = False,
deps = [
"//third_party:jsinterop-annotations-j2cl",
Expand Down

0 comments on commit 32b3ad1

Please sign in to comment.