Skip to main content

template_bytes

Function template_bytes 

Source
pub fn template_bytes(client_js: &str) -> usize
Expand description

The bytes a module spends on static markup.

Every template('…') argument in an emission, summed. This is the quantity §16.10’s dilemma is about: the byte count that inlining multiplies, as distinct from the module’s total size, which also carries the walk to each hole and the bindings attached there.