I would be really tempted to build a proof of conc...
# webassembly
e
I would be really tempted to build a proof of concept VS Code webview using Compose. Although I'm not entirely sure the current VS Code engine supports it.
h
Sure, the webview supports JS/HTML, so you can simply use the compose html lib.
e
@hfhbd it's a bit limited compared to the WASM one, tho, right?
h
It depends on the features you need. I don’t know if VS Code supports the final WASM GC proposal yet.
e
Nope, uses Chromium 114. GC is in 120+
If only they'd update to Electron 26 😭 But they have moved to 25 in August
https://github.com/microsoft/vscode/issues/196941 Insiders build uses Electron 27 + while GC is not enabled by default, there is a flag you can use