mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Merge branch 'trunk' of github.com:rtfeldman/roc into wasm_stack_memory
This commit is contained in:
commit
2be2e09ffd
16 changed files with 167 additions and 78 deletions
|
@ -48,6 +48,7 @@ impl WasmLayout {
|
|||
| EmptySet,
|
||||
)
|
||||
| Layout::Struct(_)
|
||||
| Layout::LambdaSet(_)
|
||||
| Layout::Union(NonRecursive(_)) => Self::StackMemory(size),
|
||||
|
||||
Layout::Union(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue