From b3c72d1e4554b5fd58cbf3ba2fbf56275446447b Mon Sep 17 00:00:00 2001 From: skdltmxn Date: Wed, 17 Jun 2020 06:12:50 +0900 Subject: feat(std/hash): reimplement all hashes in WASM (#6292) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b273e4222..c26258ee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,6 @@ members = [ "deno_typescript", "test_plugin" ] +exclude = [ + "std/hash/_wasm" +] -- cgit v1.2.3