Merge branch 'trunk' of github.com:rtfeldman/roc into wasm_stack_memory

This commit is contained in:
Brian Carroll 2021-09-14 14:57:17 +02:00
commit 2be2e09ffd
16 changed files with 167 additions and 78 deletions

View file

@ -48,6 +48,7 @@ impl WasmLayout {
| EmptySet,
)
| Layout::Struct(_)
| Layout::LambdaSet(_)
| Layout::Union(NonRecursive(_)) => Self::StackMemory(size),
Layout::Union(