google / j2cl

Java to Closure JavaScript transpiler
Apache License 2.0
1.22k stars 143 forks source link

Add java 10 Optional.orElseThrow() #225

Closed treblereel closed 5 months ago

treblereel commented 5 months ago

failed on:

external/com_google_j2cl/jre/java/super-wasm/exception_utils.js:18: ERROR - Property JSTag never defined on WebAssembly
const tag = WebAssembly.JSTag;
gkdn commented 5 months ago

failed on:

external/com_google_j2cl/jre/java/super-wasm/exception_utils.js:18: ERROR - Property JSTag never defined on WebAssembly
const tag = WebAssembly.JSTag;

You can ignore that one. Since we are adding a new stuff to Wasm and Chrome, the Chrome version checked-in open-source goes stale a lot more quickly.

treblereel commented 5 months ago

@gkdn thank you, fixed