1
0
mirror of https://github.com/golang/go synced 2024-09-29 04:24:36 -06:00
go/misc/wasm
Johan Brandhorst-Satzkorn 4918490962 misc/wasm: switch default WASI runtime
The default WASI runtime was originally set to Wazero, because it was
the first runtime used to test the Go implementation and because we
could easily find and fix issues in our implementation and theirs.

In CL 498675 we switched the default wasip1 runner to Wasmtime as it
runs faster and is a more established and mature runtime. We should
switch the default runtime to Wasmtime to consistently promote
Wasmtime as the primary tested and approved runtime.

Change-Id: Ic6c064142321af90f015e02b7fe0e71444d8842c
Reviewed-on: https://go-review.googlesource.com/c/go/+/513235
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Eli Bendersky <eliben@google.com>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2023-07-26 14:30:35 +00:00
..
go_js_wasm_exec misc: increase node stack size 2023-02-02 15:35:28 +00:00
go_wasip1_wasm_exec misc/wasm: switch default WASI runtime 2023-07-26 14:30:35 +00:00
wasm_exec_node.js misc/wasm: use NodeJS crypto library 2023-01-30 18:49:42 +00:00
wasm_exec.html
wasm_exec.js wasm: remove redundant calls to setTimeout and clearTimeout 2023-05-22 17:47:47 +00:00