wasm-bindgen/crates/typescript-tests
Nick Fitzgerald 6cb659d5ac Fix warning about dead code when testing on non-wasm32 targets
There are functions that are only used on wasm32 targets, but `cfg`ing them is
more work than just making the modules public, and this is just a testing crate.
2019-07-09 13:17:52 -07:00
..
src Fix warning about dead code when testing on non-wasm32 targets 2019-07-09 13:17:52 -07:00
.gitignore Start testing TypeScript output on CI 2019-03-05 08:57:52 -08:00
Cargo.toml Start testing TypeScript output on CI 2019-03-05 08:57:52 -08:00
package.json Looks like webassembly-js-api package no longer needed! 2019-05-30 07:40:26 -07:00
run.sh Add TS type for init fn 2019-04-01 19:45:53 -03:00
tsconfig.json Add TS type for init fn 2019-04-01 19:45:53 -03:00