wasm-bindgen/crates
Alex Crichton b013ec6288 Use splat instead of arguments in tests
Previously `arguments` was used to pass around an array of arguments,
but this wasn't actually a `js_sys::Array` but rather a somewhat
esoteric internal object. When switching over `Array` methods to be
`structural` this caused issues because the inherent methods on an
`arguments` object were different than that of `js_sys::Array`.
2018-11-08 11:46:52 -08:00
..
backend Implement Deref for all imported JS types 2018-11-08 11:01:34 -08:00
cli Use splat instead of arguments in tests 2018-11-08 11:46:52 -08:00
cli-support update typescript generation to reflect that Option<T> can be undefined 2018-11-04 10:26:20 +01:00
futures Bump to 0.2.27 2018-10-29 14:30:33 -07:00
gc Fix a bug in coalescing types with GC 2018-10-30 15:45:21 -07:00
js-sys Bump to 0.2.27 2018-10-29 14:30:33 -07:00
macro Bump to 0.2.27 2018-10-29 14:30:33 -07:00
macro-support Implement support for js_class on exported types 2018-11-05 12:29:14 -08:00
shared Bump to 0.2.27 2018-10-29 14:30:33 -07:00
test Bump to 0.2.27 2018-10-29 14:30:33 -07:00
test-macro Bump to 0.2.27 2018-10-29 14:30:33 -07:00
threads-xform Bump to 0.2.27 2018-10-29 14:30:33 -07:00
typescript cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
wasm-interpreter Bump to 0.2.27 2018-10-29 14:30:33 -07:00
web-sys Implement Deref for all imported JS types 2018-11-08 11:01:34 -08:00
webidl Implement Deref for all imported JS types 2018-11-08 11:01:34 -08:00
webidl-tests cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00