guide: Add small intro to Rust export attributes section

This commit is contained in:
Nick Fitzgerald 2018-08-07 11:13:41 -07:00
parent e22ccb4d5d
commit 451a2a8118

View File

@ -1 +1,4 @@
# `#[wasm_bindgen]` on Rust Exports
This section enumerates the attributes available for customizing bindings for
Rust functions and `struct`s exported to JavaScript.