-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor and clean up benchmark code (#299)
* move benches into workspace * move build.rs into crate root * adjust build.rs file * fix warnings in benchmarks * apply rustfmt in benchmarks * move benchmark .wat files into their own files * reduce code dupe * fix warning in regex_redux.rs benchmark file * move build.rs back to benches/ * adjust after move * convert comments into docs * add docs for #Panics * apply rustfmt * make wasm-kernel use Rust edition 2021 * fix clippy warnings in wasm-kernel
- Loading branch information
Showing
10 changed files
with
212 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
name = "wasm-kernel" | ||
version = "0.1.0" | ||
authors = ["Sergey Pepyakin <[email protected]>"] | ||
edition = "2021" | ||
|
||
[lib] | ||
crate-type = ["cdylib"] | ||
|
Oops, something went wrong.