Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🪤 Non-trapping mode for wasm-smith (#659)
* Introduce non-trapping mode for wasm-smith * Ensure integer division and remainder operations don't trap * Ensure `store` operations don't trap * Avoid trapping on float -> int conversion for NaN, and Infinities * Move notrap.rs under wasm-smith core * Fixed some bugs with the wasm we were emitting * Fixed the last few bugs with call_indirect rewrites Co-authored-by: Nick Fitzgerald <fitzgen@gmail.com> * Clean up unused variables for now * cargo fmt * revert validator changes and remove unused import * fixup comments Co-authored-by: Nick Fitzgerald <fitzgen@gmail.com> Co-authored-by: Nick Fitzgerald <fitzgen@gmail.com>
- Loading branch information