diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-02-24 19:17:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-24 19:17:46 +0100 |
| commit | bf30b77a5ce9dd4921c2488b86d146d3d5d7ce38 (patch) | |
| tree | 2bb8e5261daaf4d63327457f911acb4e119fa67d /Cargo.toml | |
| parent | 7f99f964f74f7e77203bd505e69411af6dcae040 (diff) | |
perf: reduce block overhead (#3)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ test=false color-eyre="0.6" tinywasm={path="crates/tinywasm", features=["unsafe"]} wat={version="1.0"} +pretty_env_logger="0.5" [profile.bench] opt-level=3 |
