From 047d69f798f942e99682dea062b87f5fdc94006f Mon Sep 17 00:00:00 2001 From: Michael Andersen Date: Fri, 5 Oct 2018 11:29:13 -0700 Subject: [PATCH] Add support for WASM (#33) --- cpuid_other.go | 2 +- sha256block_other.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpuid_other.go b/cpuid_other.go index e26952a..04f26ce 100644 --- a/cpuid_other.go +++ b/cpuid_other.go @@ -13,7 +13,7 @@ // limitations under the License. // -// +build ppc64 ppc64le mips mipsle mips64 mips64le s390x +// +build ppc64 ppc64le mips mipsle mips64 mips64le s390x wasm package sha256 diff --git a/sha256block_other.go b/sha256block_other.go index 38e7403..55aa42b 100644 --- a/sha256block_other.go +++ b/sha256block_other.go @@ -13,7 +13,7 @@ // limitations under the License. // -// +build ppc64 ppc64le mips mipsle mips64 mips64le s390x +// +build ppc64 ppc64le mips mipsle mips64 mips64le s390x wasm package sha256