···1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414//
1515-//go:build !windows
1616-// +build !windows
1515+//go:build !windows && !wasm
1616+// +build !windows,!wasm
17171818package build
1919