second-state / WasmEdge-go

The GO language SDK and API for WasmEdge
https://www.secondstate.io/articles/extend-golang-app-with-webassembly-rust/
Apache License 2.0
107 stars 16 forks source link

Update Read File example for WasmEdge #5

Closed proohit closed 3 years ago

proohit commented 3 years ago

The example didn't work in go, since the url of wasmedge package did not match.

q82419 commented 3 years ago

Thanks for your contribution. The WasmEdge project (formerly SSVM) was donated into CNCF and renamed, hence we should rename all the related projects. There's lots of related projects and we still need times to test and rename all. After the go binding for extensions, we'll merge and update for the examples.

proohit commented 3 years ago

Thanks for your reply.

I've noticed that and by chance, just now I wanted to try out the GO examples :D. I haven't made lots of changes, mainly just renaming, but that fixed it for me.