solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
306 stars 40 forks source link

how can i view the source code of a wasm plugin? #263

Closed pyfdtic closed 3 years ago

pyfdtic commented 3 years ago

i find some awesome plugin in https://webassemblyhub.io/repositories/ , and i can also download the wasm format file, but it is a binary file.

is there a way i can view the source code of wasm plugin ? i want to add some feature by myself .

Sodman commented 3 years ago

Hi @pyfdtic, you are correct that the OCI images downloaded from the repository contain only the binary wasm file, and not the source. Filter authors can choose to list their open-source repository URL in the description of the wasm filter on webassemblyhub.io if they would like to, but it is not a requirement. If you are looking for the source code for a specific wasm filter, I would recommend reaching out to that filter's author directly.

pyfdtic commented 3 years ago

ok, thanks~ @Sodman