deps: upgrades to TinyGo v0.28.1 (#1512)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
5
examples/allocation/tinygo/testdata/greet.go
vendored
5
examples/allocation/tinygo/testdata/greet.go
vendored
@@ -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.
|
||||
|
||||
BIN
examples/allocation/tinygo/testdata/greet.wasm
vendored
BIN
examples/allocation/tinygo/testdata/greet.wasm
vendored
Binary file not shown.
Reference in New Issue
Block a user