ci: adds Go 1.19.0-rc.2 into matrix (#714)
This adds the 1.19.0-rc2. in the testing matrix. This also formats the Godocs across the codebase, as Go 1.19 has started auto-formatting Godoc. https://github.com/tetratelabs/wazero/issues/426 Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
@@ -21,6 +21,7 @@ import (
|
||||
// RuntimeConfig controls runtime behavior, with the default implementation as NewRuntimeConfig
|
||||
//
|
||||
// Ex. To explicitly limit to Wasm Core 1.0 features as opposed to relying on defaults:
|
||||
//
|
||||
// rConfig = wazero.NewRuntimeConfig().WithWasmCore1()
|
||||
//
|
||||
// Note: RuntimeConfig is immutable. Each WithXXX function returns a new instance including the corresponding change.
|
||||
@@ -369,6 +370,7 @@ func (c *compileConfig) WithMemorySizer(memorySizer api.MemorySizer) CompileConf
|
||||
// multiple times.
|
||||
//
|
||||
// Ex.
|
||||
//
|
||||
// // Initialize base configuration:
|
||||
// config := wazero.NewModuleConfig().WithStdout(buf).WithSysNanotime()
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user