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 |
|