]> Cypherpunks.ru repositories - gostls13.git/commit
misc/wasm: add wasip1/wasm exec script
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Sat, 25 Mar 2023 15:48:03 +0000 (08:48 -0700)
committerJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Thu, 6 Apr 2023 20:59:01 +0000 (20:59 +0000)
commite61ba8e537ecc845ffdc0a33d7062106a983592b
tree951e121c3c4b0cf27eb887d997545750ad9ad0f3
parent57b4df2188388d190fa4f5385f8052c008f9c7a5
misc/wasm: add wasip1/wasm exec script

This script uses Wazero, the open source, zero dependencies
pure Go Wasm and WASI runtime. This is the runtime that allows
the greatest number of standard library tests to pass.

For #58141

Co-authored-by: Richard Musiol <neelance@gmail.com>
Co-authored-by: Achille Roussel <achille.roussel@gmail.com>
Co-authored-by: Julien Fabre <ju.pryz@gmail.com>
Co-authored-by: Evan Phoenix <evan@phx.io>
Change-Id: I789465ae4daf2b380f3c05a9365b8d449c6af56c
Reviewed-on: https://go-review.googlesource.com/c/go/+/479620
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
misc/wasm/go_wasip1_wasm_exec [new file with mode: 0755]