.github/workflows: update module that we try to build in cross-wasm

We now have the actual module that we need to build, so switch to
building it directly instead of its (expected) dependencies.

Also fix a copy/paste error in a jsdeps comment.

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
This commit is contained in:
Mihai Parparita
2022-07-19 14:32:06 -07:00
committed by Mihai Parparita
parent b7f1fe7b0d
commit de2dcda2e0
2 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
// Package jsdeps is a just a list of the packages we import in the
// JavaScript/WASM build, to let us test that our transitive closure of
// dependencies on iOS doesn't accidentally grow too large, since binary size
// is more of a concern there.
// dependencies doesn't accidentally grow too large, since binary size
// is more of a concern.
package jsdeps
import (