commit | 9064602202a622c74db42a5011711a9e001acac7 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Thu Aug 17 18:19:44 2023 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Thu Aug 17 18:19:44 2023 -0700 |
tree | cc110e15c767ab886f5b7e5e00329215309270c3 | |
parent | c720c7b27094671b6b4b7de6041268421a8d7c4d [diff] |
Revert "Add compile directive" This reverts commit c720c7b27094671b6b4b7de6041268421a8d7c4d.
diff --git a/WebAssembly.asciidoc b/WebAssembly.asciidoc index f522667..df1d864 100644 --- a/WebAssembly.asciidoc +++ b/WebAssembly.asciidoc
@@ -36,8 +36,6 @@ To compile a basic Go package for the web: ```go -// +build js,wasm - package main import "fmt"