We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c3df8 commit 8b080cfCopy full SHA for 8b080cf
1 file changed
design/high-level/FAQ.md
@@ -22,5 +22,12 @@ many questions that are answered by the Component Model, particularly when more
22
than one wasm module is involved, but for single-module scenarios or highly
23
custom scenarios, this might be appropriate.
24
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
32
33
[WASI]: https://github.com/WebAssembly/WASI/blob/main/README.md
0 commit comments