Skip to content

tillknuesting/golang-wazero-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-wazero-example

As Go 1.21 is not released yet - please use gotip to install the main branch version: Install Prerequisites:

go install http://golang.org/dl/gotip@latest
gotip download
brew install wazero

Build the Wasm module (called evaluator):

cd evaluator; GOARCH=wasm GOOS=wasip1 gotip build -o evaluator.wasm evaluator.go; cd ..

Run:

gotip run host.go

About

Wasm GOOS=wasip1 example for Go 1.21 release

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages