wasm-bindgen/crates
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
..
backend Rename special to indexing 2018-08-07 00:06:04 +03:00
cli Allow disabling --debug in wasm-bindgen-test-runner 2018-08-06 09:57:41 -07:00
cli-support Fix consuming a struct and returning a slice 2018-08-07 08:46:38 -07:00
futures Support asynchronous tests (#600) 2018-08-01 15:52:24 -05:00
js-sys Delete wasm-bindgen-test-project-builder 2018-08-06 11:48:34 -07:00
macro Convert some more macro panics to diagnostics (#611) 2018-08-02 11:12:50 -05:00
macro-support Fix comments in parser 2018-08-07 00:48:03 +03:00
shared Rename special to indexing 2018-08-07 00:06:04 +03:00
test Support asynchronous tests (#600) 2018-08-01 15:52:24 -05:00
test-macro Migrate the serde-serialize test to wasm 2018-08-06 09:43:55 -07:00
typescript Fix compile on latest nightly (#489) 2018-07-17 09:11:30 -05:00
web-sys Migrate from the webidl crate to weedle 2018-08-06 10:27:03 -05:00
webidl Add missing indexing words 2018-08-07 02:45:08 +03:00
webidl-tests Add a test for webidl 2018-08-07 00:42:47 +03:00