From 451a2a81184c33220d452baa7d2b583ecabb121f Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 7 Aug 2018 11:13:41 -0700 Subject: [PATCH] guide: Add small intro to Rust export attributes section --- guide/src/reference/attributes/on-rust-exports/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/src/reference/attributes/on-rust-exports/index.md b/guide/src/reference/attributes/on-rust-exports/index.md index 7e6e130a..f8516cae 100644 --- a/guide/src/reference/attributes/on-rust-exports/index.md +++ b/guide/src/reference/attributes/on-rust-exports/index.md @@ -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.