Boilerplate needed to write obsidian plugins in rust!
- Get cargo. I recommend using rustup
- Install wasm-pack.
cargo install wasm-pack - Build main.js.
yarn build
- Example: Sums two numbers in rust then sends a notification with the result
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Boilerplate needed to write obsidian plugins in rust!
cargo install wasm-packyarn build