Elaborates impact of GOWASM variable when compiling Go (#785)

Thanks to @inkeliz for the pointer!

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2022-08-31 12:21:34 +08:00
committed by GitHub
parent f95b95eecc
commit 8abe345249
12 changed files with 70 additions and 70 deletions

View File

@@ -28,7 +28,7 @@ import (
// - multiValueWasmFunctions
// - multiValueHostFunctions
//
// See https://github.com/WebAssembly/spec/blob/main/proposals/multi-value/Overview.md
// See https://github.com/WebAssembly/spec/blob/wg-2.0.draft1/proposals/multi-value/Overview.md
func main() {
// Choose the context to use for function calls.
ctx := context.Background()