wasm-bindgen/crates/test-macro
Alex Crichton 0fb31b2bc4 Don't enable nightly feature of proc-macro2
This is no longer needed as of rustc 1.30.0 and the `proc-macro2` crate will now
automatically detect whether it can use spans or not!
2018-08-28 17:24:43 -07:00
..
src Migrate the serde-serialize test to wasm 2018-08-06 09:43:55 -07:00
Cargo.toml Don't enable nightly feature of proc-macro2 2018-08-28 17:24:43 -07:00
README.md Add a test harness to directly execute wasm tests (#524) 2018-07-20 13:47:49 -05:00

wasm-bindgen-test-runner

This is an experimental crate for enabling cargo test --target wasm32-unknown-unknown. For more information see the README fo wasm-bindgen-test.