wasm-bindgen/crates/test-macro
Alex Crichton 151ed58b69 Consistently use extern "C"
This is what rustfmt favors, so let's favor it too!

Closes #1042
2018-11-27 12:27:00 -08:00
..
src Consistently use extern "C" 2018-11-27 12:27:00 -08:00
Cargo.toml Bump to 0.2.28 2018-11-12 09:28:01 -08: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.