Earlier quoted context omitted.
It's a shame Sciter hasn't seen more adoption: https://sciter.com/ But a) it's a commercial product and b) uses it's own scripting language instead of JavaScript. But from some initial noodling around with it the browser engine is very capable and the footprint small.
Sciter's author here. a) Is anyone brave here to finance transition of Sciter to OpenSource? Please contact me if yes. b) Sciter's script is a JavaScript++: It uses JS syntax and runtime like `arr.concat(a,b)`. Grammar and syntax was extended to better support UI cases. Like `const width = 12px;` is valid construct as Sciter has Length data type. React and JSX are implemented natively. function render() { return {thi…
But I want to give you credit for an absolutely phenomenal project! If I had the cash lying around to finance it as an open source concern I would, but alas.