Skip to content

Commit 9afa97b

Browse files
committed
add wasm test rule
1 parent fcd2241 commit 9afa97b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/cmd/distpack/test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ var modRules = []testRule{
7373
{name: "golang.org/toolchain@*/src/cmd/go/main.go"},
7474
{name: "golang.org/toolchain@*/src/bytes/bytes.go"},
7575

76+
{name: "golang.org/toolchain@*/lib/wasm/go_js_wasm_exec"},
77+
{name: "golang.org/toolchain@*/lib/wasm/go_wasip1_wasm_exec"},
78+
{name: "golang.org/toolchain@*/lib/wasm/wasm_exec.js"},
79+
{name: "golang.org/toolchain@*/lib/wasm/wasm_exec_node.js"},
80+
7681
{name: "**/.DS_Store", exclude: true},
7782
{name: "golang.org/toolchain@*/.git", exclude: true},
7883
{name: "golang.org/toolchain@*/.gitattributes", exclude: true},

0 commit comments

Comments
 (0)