An open API service indexing awesome lists of open source software.

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

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`