make hashing crate wasm compatible

This commit is contained in:
Matt Garnett
2019-06-22 13:57:37 -04:00
parent 20b7bdda4a
commit 2a50550b87
3 changed files with 38 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
[target.wasm32-unknown-unknown]
runner = 'wasm-bindgen-test-runner'