wasm-bindgen/crates
Alex Crichton 6e75d4777c Fix handling *almost* aligned data globals
Looks like LLD implicitly pads data values with zeros at the end rather than
explicitly listing them, this means that we need to read out the last byte, even
if it's not 4-byte aligned, as it could still represent a wasm-bindgen-generated
32-bit value.
2018-03-09 16:09:07 -08:00
..
test-support test-support: Add ability to add new local dependencies to Cargo.toml 2018-03-07 10:06:25 -08:00
wasm-bindgen-cli Bump wasm-bindgen-cli to 0.1.1 2018-03-07 08:52:19 -08:00
wasm-bindgen-cli-support Fix handling *almost* aligned data globals 2018-03-09 16:09:07 -08:00
wasm-bindgen-macro wasm-bindgen-macro: Formalize building literals with a trait 2018-03-07 16:29:25 -08:00
wasm-bindgen-shared Prep work for the 0.1 release 2018-03-05 20:24:35 -08:00