Skip to main content

FOREIGN_VIEW_PROGRAM

Constant FOREIGN_VIEW_PROGRAM 

Source
pub const FOREIGN_VIEW_PROGRAM: &str = "foreign gauge is client\n\
                                        \x20   from  \"./gauge.js\" as \"mount\"\n\
                                        \x20   takes level is Whole\n\
                                        \x20   gives view\n\
                                        \n\
                                        state level is client Whole starting 40\n\
                                        \n\
                                        view\n\
                                        \x20   Column\n\
                                        \x20       gauge level is level\n";
Expand description

The null program plus the one construct that links foreign.js.

Kept beside NULL_PROGRAM because the pair is the measurement: the difference between what these two ship is exactly what a DOM-owning foreign costs, and stating it as a diff is what stops the split from being a way to make the headline number smaller than the truth.