]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove go:wasmimport restriction
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Wed, 26 Apr 2023 15:18:10 +0000 (08:18 -0700)
committerJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Thu, 11 May 2023 15:21:09 +0000 (15:21 +0000)
commitaff2f4a7248a35cd16e24894d125faa2730247bd
treed1ef8338951104eb4b5a4f0019d7753bd09d4e85
parentbc9e21351c2b9f0802304198860afbd4f1381e75
cmd/compile: remove go:wasmimport restriction

Removes the package restriction on go:wasmimport, allowing the
use of it globally and in user code.

Fixes #59149

Change-Id: Ib26f628dc8dafb31388005b50449e91b47dab447
Reviewed-on: https://go-review.googlesource.com/c/go/+/489255
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Reviewed-by: Eli Bendersky <eliben@google.com>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/noder/noder.go