Skip to content

Commit

Permalink
clarify wasm binary should be pre-compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed May 17, 2021
1 parent 5fecec1 commit 2b25acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/compute/init.go
Expand Up @@ -204,7 +204,7 @@ func (c *InitCommand) Exec(in io.Reader, out io.Writer) (err error) {
text.Description(out, fmt.Sprintf("Initialized package %s to", text.Bold(m.Name)), abspath)

if language.Name == "other" {
text.Description(out, "To package a WASM binary for deployment, run", "fastly compute pack")
text.Description(out, "To package a pre-compiled WASM binary for deployment, run", "fastly compute pack")
text.Description(out, "To deploy the package, run", "fastly compute deploy")
} else {
text.Description(out, "To publish the package (build and deploy), run", "fastly compute publish")
Expand Down

0 comments on commit 2b25acd

Please sign in to comment.