jeran
09/27/2023, 6:21 PMOliver.O
09/27/2023, 8:59 PMCanvasBasedWindow
, which supports resizing (so there is no need for BrowserViewportWindow
anymore).
2. My crystal ball predicts that Wasm will be the future for most use cases, but for now, you might still want to use the Js target as not all libraries support Wasm yet and Wasm is a moving target.
3. If you are using CanvasBasedWindow
, Js and Wasm are source-compatible regarding Compose.
4. What you probably mean is a flag enabling the browser's Wasm garbage collector. Safari timing seems to be unclear. @bashor expects Chrome and Firefox to ship stable versions having GC enabled by default in late November: https://x.com/bashorov/status/1706931176579969515jeran
09/27/2023, 9:01 PMOliver.O
09/27/2023, 9:02 PMjeran
09/27/2023, 9:10 PMOliver.O
09/27/2023, 9:13 PM