Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to implement new rules for smaller-than-32-bit-integers and permissive booleans #22

Open
alexcrichton opened this issue Oct 13, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@alexcrichton
Copy link
Member

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.

@alexcrichton alexcrichton transferred this issue from bytecodealliance/wit-bindgen Jan 26, 2023
@alexcrichton 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
@yoshuawuyts yoshuawuyts added the bug Something isn't working label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants