Skip to content

Commit

Permalink
Merge pull request #122 from fitzgen/wasm-smith
Browse files Browse the repository at this point in the history
Merge `wasm-smith` into the `wasm-tools` repo
  • Loading branch information
fitzgen committed Oct 21, 2020
2 parents 530c919 + d344d82 commit eb55f1c
Show file tree
Hide file tree
Showing 1,931 changed files with 6,805 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -95,3 +95,9 @@ jobs:
run: rustup update nightly && rustup default nightly
- run: cargo install cargo-fuzz
- run: cargo fuzz build

check_wasm_smith_benches:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo check --benches -p wasm-smith
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,2 +1,4 @@
/target
Cargo.lock

# Generated by some fuzz targets.
test.wasm

0 comments on commit eb55f1c

Please sign in to comment.