chromiumembedded / java-cef

Java Chromium Embedded Framework (JCEF). A simple framework for embedding Chromium-based browsers in other applications using the Java programming language.
https://bitbucket.org/chromiumembedded/java-cef
Other
605 stars 135 forks source link

Upgrade to Chromium 119 #457

Closed zhelenskiy closed 6 months ago

zhelenskiy commented 7 months ago

Is your feature request related to a problem? Please describe. Chromium 119 is already released and supported by CEF. This version stabilizes Wasm-GC and introduces new instructions related to it. That is why I would like to suggest updating JCEF to Chromium 119.

Describe the solution you'd like Updated JCEF

Describe alternatives you've considered None

Additional context Release of Wasm GC support in Chromium Supported CEF versions

zhelenskiy commented 6 months ago

You did it.