Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information