wasm-bindgen/tests
Alex Crichton 0d18c8c397 Fix consuming a struct and returning a slice
This came up in a [recent comment][1] and it turns out we're accidentally
generating two `const ptr = ...` declarations, invalid JS! While Node doesn't
catch this it looks like firefox does.

[1]: https://github.com/rustwasm/wasm-bindgen/issues/329#issuecomment-411082013
2018-08-07 08:46:38 -07:00
..
crates Remove support for the version attribute 2018-08-06 13:30:28 -05:00
no-std Migrate #![no_std] tests to wasm 2018-08-06 11:08:35 -07:00
wasm Move comments test to wasm 2018-08-06 11:46:23 -07:00
headless.rs Fix consuming a struct and returning a slice 2018-08-07 08:46:38 -07:00
non_wasm.rs Move non-wasm test to an actual non-wasm test 2018-08-06 09:55:20 -07:00
std-crate-no-std-dep.rs Migrate #![no_std] tests to wasm 2018-08-06 11:08:35 -07:00