wasmerio / wasmer-go

🐹🕸️ WebAssembly runtime for Go
https://pkg.go.dev/github.com/wasmerio/wasmer-go
MIT License
2.82k stars 161 forks source link

Use protobuf with wasmer. #366

Closed ugurkorkmaz closed 1 year ago

ugurkorkmaz commented 1 year ago

Protobuf interface

Protobuf provides us with a robust interface. We can use Protobuf to communicate between WASM files and the main applications. Like the wasmer, Protobuf is platform-independent; can such an interface be implemented on the wasmer?