wasm-bindgen/crates
Alex Crichton f6cb73442a Fix bindings for classes only referenced through struct fields
The bindings generation for a class would accidentally omit the `__wrap`
function if it was only discovered very late in the process that
`__wrap` was needed, after we'd already passed the point where we needed
to have decided that.

This commit moves struct field generation of bindings much earlier in
the binding generation process which should ensure everything is all
hooked up by the time we generate the classes themselves.

Closes #949
2018-10-10 10:21:19 -07:00
..
backend Bump to 0.2.24 2018-10-05 09:53:19 -07:00
cli Update parity-wasm dependency 2018-10-08 10:01:53 -07:00
cli-support Fix bindings for classes only referenced through struct fields 2018-10-10 10:21:19 -07:00
futures Bump to 0.2.24 2018-10-05 09:53:19 -07:00
gc Update parity-wasm dependency 2018-10-08 10:01:53 -07:00
js-sys Bump to 0.2.24 2018-10-05 09:53:19 -07:00
macro Bump to 0.2.24 2018-10-05 09:53:19 -07:00
macro-support Bump to 0.2.24 2018-10-05 09:53:19 -07:00
shared Bump to 0.2.24 2018-10-05 09:53:19 -07:00
test Bump to 0.2.24 2018-10-05 09:53:19 -07:00
test-macro Bump to 0.2.24 2018-10-05 09:53:19 -07:00
typescript cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
wasm-interpreter Update parity-wasm dependency 2018-10-08 10:01:53 -07:00
web-sys Fix web-sys build on some Windows builds 2018-10-08 10:19:43 -07:00
webidl Bump to 0.2.24 2018-10-05 09:53:19 -07:00
webidl-tests cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00