wasmparser
wasmparser copied to clipboard
A simple event-driven library for parsing WebAssembly binary files
Results
3
wasmparser issues
Sort by
recently updated
recently updated
newest added
This pull request fixes an inverted `if` in `check_non_deterministic_enabled()`, which was allowing floating-point opcodes even when `deterministic_only` was set to `true`. Also renames `check_non_deterministic_enabled()` to `check_deterministic_only()`, to make it clearer....
Passive elements used to have a bad expected error message in the spec tests but that's since been fixed.