You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For ease of validation, the initial version of wasm2c is using sha256 (via picosha2) for hashing. This issue tracks migrating to binaryen's existing hasher. This will cause output divergence, which is why we're doing it later.
For ease of validation, the initial version of wasm2c is using sha256 (via picosha2) for hashing. This issue tracks migrating to binaryen's existing hasher. This will cause output divergence, which is why we're doing it later.