Skip to content

stride-tasks/stride-plugin-template-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Template

Quick Start

Make sure you have the WebAssembly rust target installed.

rustup target install wasm32-wasip1

Compiling the plugin:

cargo build --target wasm32-wasip1 --release

Finally, zip the manifest.toml and target/wasm32-wasip1/release/<crate_name>.wasm into an archive.

NOTE: They should be placed in the root archive directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages