We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wasm_bindgen
1 parent c9ee617 commit 616ed61Copy full SHA for 616ed61
crates/macro/src/lib.rs
@@ -5,6 +5,7 @@ extern crate proc_macro;
5
use proc_macro::TokenStream;
6
use quote::quote;
7
8
+/// A list of all the attributes can be found here: https://rustwasm.github.io/wasm-bindgen/reference/attributes/index.html
9
#[proc_macro_attribute]
10
pub fn wasm_bindgen(attr: TokenStream, input: TokenStream) -> TokenStream {
11
match wasm_bindgen_macro_support::expand(attr.into(), input.into()) {
0 commit comments