https://github.com/msabansal/rust-cli-template
A simple rust template repository
https://github.com/msabansal/rust-cli-template
bench clap rust template tokio wasm
Last synced: 3 months ago
JSON representation
A simple rust template repository
- Host: GitHub
- URL: https://github.com/msabansal/rust-cli-template
- Owner: msabansal
- License: mit
- Created: 2024-08-02T18:46:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:40:50.000Z (over 1 year ago)
- Last Synced: 2025-03-01T00:24:53.388Z (over 1 year ago)
- Topics: bench, clap, rust, template, tokio, wasm
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-cli-template
## Run/bench wasm
1. Install wasmtime from: https://wasmtime.dev/
1. Set wasmrunner as: `export CARGO_TARGET_WASM32_WASIP1_RUNNER=wasmtime --dir=. --`
1. Run `cargo run/bench --target wasm32-wasi`