1 2 3 4
{{ attrs }}#[wasm_bindgen{{ js_name_attr }}] pub fn {{ method_name }}({{ params }}) -> {{ return_annotation }} { {{ body }} }