You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WeScale enables the development of Wasm plugins to extend the functionality of the platform. Currently, there is a Golang SDK available for creating Wasm plugins, along with a template for reference.
Proposal
Introduce a Rust SDK to expand the options for writing Wasm plugins in WeScale. By implementing the necessary interfaces between the host and guest environments, developers can leverage Rust for plugin development alongside Golang. This addition will provide more flexibility and choice in plugin development for the WeScale platform.
Background
WeScale enables the development of Wasm plugins to extend the functionality of the platform. Currently, there is a Golang SDK available for creating Wasm plugins, along with a template for reference.
Proposal
Introduce a Rust SDK to expand the options for writing Wasm plugins in WeScale. By implementing the necessary interfaces between the host and guest environments, developers can leverage Rust for plugin development alongside Golang. This addition will provide more flexibility and choice in plugin development for the WeScale platform.
For additional context:
The text was updated successfully, but these errors were encountered: