wasm-bindgen/tests
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
..
crates cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
no-std cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
wasm Fix bindings for classes only referenced through struct fields 2018-10-10 10:21:19 -07:00
headless.rs cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
non_wasm.rs cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
std-crate-no-std-dep.rs cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00