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 they trap on out-of-bounds integers and booleans, but current component model semantics are such that they should be allowed. The invalid.rs runtime test needs to be updated to ensure the same behavior across JS/Rust/Python.
The text was updated successfully, but these errors were encountered:
alexcrichton
changed the title
JS/Python hosts need to implement new rules for smaller-than-32-bit-integers and permissive booleans
Need to implement new rules for smaller-than-32-bit-integers and permissive booleans
Jan 26, 2023
Currently they trap on out-of-bounds integers and booleans, but current component model semantics are such that they should be allowed. The
invalid.rs
runtime test needs to be updated to ensure the same behavior across JS/Rust/Python.The text was updated successfully, but these errors were encountered: