Adds 1.0 release plan to README and site (#755)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
@@ -27,7 +27,7 @@ func main() {
|
||||
|
||||
// Create a new WebAssembly Runtime.
|
||||
r := wazero.NewRuntimeWithConfig(ctx, wazero.NewRuntimeConfig().
|
||||
// Enable WebAssembly 2.0 support, which is required for TinyGo 0.24+.
|
||||
// WebAssembly 2.0 allows use of any version of TinyGo, including 0.24+.
|
||||
WithWasmCore2())
|
||||
defer r.Close(ctx) // This closes everything this Runtime created.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user