Attribute Macro turbocharger::wasm_only[][src]

#[wasm_only]
Expand description

Apply this to a pub fn to make it available to the WASM module only. Apples #[wasm_bindgen] underneath.