native.newWebView() Lua => TS TS => Lua

@laboladoapp I don’t know Solar’s web stuff (platform or webview) very well, apart from skimming the Windows bits once or twice. Maybe something could be adapted from the webview project, which mentions “It supports two-way JavaScript bindings (to call JavaScript from C/C++ and to call C/C++ from JavaScript).” and is MIT-licensed. (Project’s code is basically all in this header, although I don’t know where the relevant parts are.)

@purpleMoon On the off chance you don’t actually need DOM stuff and just wanted to, say, call JavaScript / TypeScript libraries, I do have some WIP stuff along those lines, although non-web WASM support was my real goal. Probably too kludge-y to be generally useful right now, however.