mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
implement wasm traits for roc_std::RocBox
This commit is contained in:
parent
b022175489
commit
625b9c161a
4 changed files with 27 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue