wasm-bindgen/tests/all
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
..
api.rs Move all tests to the same suite 2018-04-09 15:32:06 -07:00
classes.rs Implement readonly struct fields 2018-04-20 10:56:10 -07:00
closures.rs Fix unused variables in generated code 2018-04-19 13:16:59 -07:00
dependencies.rs No need to expose ptr in TypeScript 2018-04-19 13:28:50 -07:00
enums.rs Move all tests to the same suite 2018-04-09 15:32:06 -07:00
import_class.rs Move all tests to the same suite 2018-04-09 15:32:06 -07:00
imports.rs Fix unused variables in generated code 2018-04-19 13:16:59 -07:00
jsobjects.rs Move all tests to the same suite 2018-04-09 15:32:06 -07:00
main.rs Work with #![no_std] contexts 2018-04-19 13:24:30 -07:00
math.rs Move all tests to the same suite 2018-04-09 15:32:06 -07:00
node.rs Move all tests to the same suite 2018-04-09 15:32:06 -07:00
non_debug.rs Move all tests to the same suite 2018-04-09 15:32:06 -07:00
simple.rs Work with #![no_std] contexts 2018-04-19 13:24:30 -07:00
slice.rs Use a length accessor instead of byteLength 2018-04-16 13:50:21 -07:00
structural.rs Move all tests to the same suite 2018-04-09 15:32:06 -07:00