Codebase list golang-github-minio-sha256-simd / 047d69f
Add support for WASM (#33) Michael Andersen authored 5 years ago Frank Wessels committed 5 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1212 // limitations under the License.
1313 //
1414
15 // +build ppc64 ppc64le mips mipsle mips64 mips64le s390x
15 // +build ppc64 ppc64le mips mipsle mips64 mips64le s390x wasm
1616
1717 package sha256
1818
1212 // limitations under the License.
1313 //
1414
15 // +build ppc64 ppc64le mips mipsle mips64 mips64le s390x
15 // +build ppc64 ppc64le mips mipsle mips64 mips64le s390x wasm
1616
1717 package sha256
1818