Skip to content

aramase/hello-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-wasm

Trying Go Plugin System over WebAssembly using https://github.com/knqyf263/go-plugin.

Commands

Generating SDK

(cd greeting && protoc --go-plugin_out=. --go-plugin_opt=paths=source_relative greeting.proto)

Building

tinygo build -o plugin/plugin.wasm -scheduler=none -target=wasi --no-debug plugin/plugin.go

Running

go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages