Commit 115b1cd1 authored by Richard Musiol's avatar Richard Musiol Committed by Brad Fitzpatrick

mime: add wasm architecture

This commit adds the wasm architecture to the mime package.

Updates #18892

Change-Id: I0481057bd52e39d84b3d6f5140335e293eff38f3
Reviewed-on: https://go-review.googlesource.com/106998Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent e511f153
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
// +build darwin dragonfly freebsd js,wasm linux nacl netbsd openbsd solaris
package mime
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment