wasm-bindgen/tests/all
Alex Crichton 412bebca72 Add support for version specifications
This commit adds a `#[wasm_bindgen(version = "...")]` attribute support. This
information is eventually written into a `__wasm_pack_unstable` section.
Currently this is a strawman for the proposal in ashleygwilliams/wasm-pack#101
2018-04-25 22:23:02 -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 Add support for version specifications 2018-04-25 22:23:02 -07:00
jsobjects.rs Correct how slices are iterated over 2018-04-25 21:58:49 -07:00
main.rs Assert empty JS heap/stack in tests 2018-04-25 22:15:28 -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 Assert empty JS heap/stack in tests 2018-04-25 22:15:28 -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