wasmerio / wasmer-go

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

Use protobuf with wasmer. #366

Closed ugurkorkmaz closed 2 years ago

ugurkorkmaz commented 2 years 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?