wasm-bindgen/crates
Nick Fitzgerald 911a32c0d5 Add the #[wasm_bindgen(static_method_of = Class)] attribute
This is similar to `js_namespace` but translates into a static method on `Class`
rather than a free function. This allows us to have bindings to things like
`Object.keys` as `Object::keys`.
2018-06-25 10:45:53 -07:00
..
backend Add the #[wasm_bindgen(static_method_of = Class)] attribute 2018-06-25 10:45:53 -07:00
cli Add some more doc comments 2018-06-22 11:10:37 -07:00
cli-support Merge pull request #273 from FreeMasen/validate-ptr 2018-06-19 16:45:31 -07:00
macro Avoid deprecated constructor 2018-05-29 18:02:00 -07:00
shared webidl: add support for static attributes 2018-06-15 12:22:14 -07:00
typescript Pretty print output on main example 2018-06-07 14:58:20 -03:00
webidl Merge pull request #274 from fitzgen/js-sys 2018-06-19 10:42:04 -07:00