implement wasm traits for roc_std::RocBox

This commit is contained in:
Folkert 2023-02-08 15:04:28 +01:00
parent b022175489
commit 625b9c161a
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 27 additions and 4 deletions

View file

@ -1956,7 +1956,7 @@ impl<
// TODO: Expand to all types.
match self.layout_interner.get(element_layout) {
Layout::Builtin(Builtin::Int(IntWidth::I64 | IntWidth::U64) | Builtin::Bool) => {
Layout::Builtin(Builtin::Int(IntWidth::I64 | IntWidth::U64)) => {
let sym_reg = self
.storage_manager
.load_to_general_reg(&mut self.buf, &value);