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
Currently the implementation of clamping and JS mode for trapping float->int conversions and division is in asm2wasm. But it we should support this functionality with the wasm backend as well. Probably we can just move the implementation from asm2wasm into a Binaryen pass, and support it in s2wasm as well.
The text was updated successfully, but these errors were encountered:
dschuff
changed the title
Support BINARYEN_TRAP_MODEs for upstream wasm backend
Support BINARYEN_TRAP_MODEs for upstream wasm backend
Aug 22, 2017
Currently the implementation of clamping and JS mode for trapping float->int conversions and division is in asm2wasm. But it we should support this functionality with the wasm backend as well. Probably we can just move the implementation from asm2wasm into a Binaryen pass, and support it in s2wasm as well.
The text was updated successfully, but these errors were encountered: