deps: upgrades to TinyGo v0.28.1 (#1512)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2023-06-12 12:21:00 +08:00
committed by GitHub
parent 904e9a9972
commit 1e0f88bc14
9 changed files with 5 additions and 9 deletions

View File

@@ -27,10 +27,7 @@ func log(message string) {
// _log is a WebAssembly import which prints a string (linear memory offset,
// byteCount) to the console.
//
// Note: In TinyGo "//export" on a func is actually an import!
//
//go:wasm-module env
//export log
//go:wasmimport env log
func _log(ptr, size uint32)
// greeting gets a greeting for the name.