wasm-bindgen/tests
Alex Crichton 7108206835 Implement readonly struct fields
Add support for `#[wasm_bindgen(readonly)]` which indicates that an exported
struct field is readonly and attempting to set it in JS will throw an exception.

Closes #151
2018-04-20 10:56:10 -07:00
..
all Implement readonly struct fields 2018-04-20 10:56:10 -07:00