Runtime Surface
当前实现范围。
RendererWebKitGTK 6.0 + JavaScriptCoreGTK 6.0
RuntimeMount · UpdateAsync · listener back-channel
FallbackNullRenderHost 用于测试和 opcode golden frame
WebKitGTK · C# · Binary Opcode Bridge
UltimateUI 把强类型 C# DOM 降低成二进制 opcode frame,由 WebKitGTK 中的固定 shim 完成 mount、update 和事件回传。
var app = App.Create();
var button = new Button("Click");
app.Mount(root);
app.Update(tx => tx.SetText(button, "Updated"));Runtime Surface