wasmtime-py
wasmtime-py copied to clipboard
Component bindings should be more permissive for boolean values and integers
Currently the implemented semantics are historical artifacts where booleans are required to be 0 or 1 and integers are required to have all higher bits unset. That's no longer required by the component model, however.