wasm-bindgen/tests
Alex Crichton 29771b574c Migrate from a macro to an attribute
This commit migrates from `wasm_bindgen!`-the-macro to
`#[wasm_bindgen]`-the-attribute. The actual mechanics of the macro are
relatively simple in just generating some shims here and there, but wrapping
everything in one huge macro invocation can often seem intimidating as it gives
off this feeling of "oh dear anything can happen here!" Using an attribute
should curb expectations much more greatly of "oh there's just some extra stuff
happening behind the scenes".

The usage is otherwise relatively straightforward and close to what it was
before, but check out the DESIGN.md/README.md changes for more info!
2018-02-08 10:18:16 -08:00
..
api.rs Migrate from a macro to an attribute 2018-02-08 10:18:16 -08:00
classes.rs Migrate from a macro to an attribute 2018-02-08 10:18:16 -08:00
import-class.rs Migrate from a macro to an attribute 2018-02-08 10:18:16 -08:00
imports.rs Migrate from a macro to an attribute 2018-02-08 10:18:16 -08:00
jsobjects.rs Migrate from a macro to an attribute 2018-02-08 10:18:16 -08:00
non-debug.rs Migrate from a macro to an attribute 2018-02-08 10:18:16 -08:00
simple.rs Migrate from a macro to an attribute 2018-02-08 10:18:16 -08:00