Skip to content

Commit 8b080cf

Browse files
committed
Add FAQ entry
1 parent 01c3df8 commit 8b080cf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

design/high-level/FAQ.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,12 @@ many questions that are answered by the Component Model, particularly when more
2222
than one wasm module is involved, but for single-module scenarios or highly
2323
custom scenarios, this might be appropriate.
2424

25+
### Does the Component Model force every (module | package | library) to have a separate memory?
26+
27+
No, as described in [Linking.md](Linking.md), the Component Model supports a
28+
combination of "shared-everything" and "shared-nothing" linking, allowing
29+
developers and producer toolchains to choose the appropriate kind of linking
30+
to use in a particular situation.
31+
2532

2633
[WASI]: https://github.com/WebAssembly/WASI/blob/main/README.md

0 commit comments

Comments
 (0)