Adds 1.0 release plan to README and site (#755)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2022-08-19 16:43:15 +08:00
committed by GitHub
parent 57a705e594
commit 109c9cb500
4 changed files with 18 additions and 12 deletions

View File

@@ -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.