wasm-bindgen/src
daxpedda 4105f7988b
Fix typo in "wasm_bindgen::JsCast" trait docs
This method will return `Err(self)` **is** `self.is_instance_of::<T>()` returns `false`
should be
This method will return `Err(self)` **if** `self.is_instance_of::<T>()` returns `false`
2018-12-01 12:22:39 +01:00
..
convert Run rustfmt 2018-11-30 13:04:27 -08:00
cast.rs Fix typo in "wasm_bindgen::JsCast" trait docs 2018-12-01 12:22:39 +01:00
closure.rs Move closure shims into the descriptor 2018-11-29 12:42:44 -08:00
describe.rs Move closure shims into the descriptor 2018-11-29 12:42:44 -08:00
lib.rs Switch from heap/stack to just a heap 2018-11-30 12:07:16 -08:00