wasm-bindgen/tests/all
Alex Crichton 4a873af8d1 Enable cargo test where possible
Currently `#[wasm_bindgen]` generates a bunch of references to symbols that
don't actually exist on non-wasm targets, making it more difficult to get a
crate working across multiple platforms. This commit updates the symbol
references to be dummy ones that panic on non-wasm targets to allow simple
testing/benchmarking to work on native targets.

While this isn't a perfect solution for #114 it's probably as good as we can do
for now pending upstream Cargo features, so I'm gonna say that it...

Closes #114
2018-04-27 15:01:35 -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 Add JsValue::{from_serde, into_serde} 2018-04-26 20:45:22 -07:00
main.rs Enable cargo test where possible 2018-04-27 15:01:35 -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
non_wasm.rs Enable cargo test where possible 2018-04-27 15:01:35 -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