Attribute Macrosยง
- wasmbind_
dump_ js_ file_ as_ inline - Procedural macro for generating the
#[wasm_bindgen]
attribute with parameterinline_js
. The parameterinline_js
will be filled by this macro with the content of the file that the path is passed as the argumentpath
of this macro. The path can contain$out_dir
placeholders which is the value of theOUT_DIR
environment variable.