Skip to content

Commit 1716058

Browse files
committed
Merge pull request #10 from WebAssembly/tweak-dynamic-linking
"linking" instead of "loading"
2 parents dae7a37 + 3c2f0e1 commit 1716058

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

FutureFeatures.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ of the [Minimum Viable Product](V1.md) or the
77
to be standardized immediately after v.1. These will be prioritized based on
88
developer feedback.
99

10-
## Dynamic loading
11-
* Both load-time and run-time.
10+
## Dynamic linking
11+
* [Dynamic loading](V1.md#code-loading-and-imports) is in [v.1](V1.md), but all loaded modules have
12+
their own [separate heaps](V1.md#heap) and cannot share [function pointers](V1.md#function-pointers).
13+
* Support both load-time and run-time (`dlopen`) dynamic linking.
1214
* TODO
1315

1416
## Finer-grained control over memory

0 commit comments

Comments
 (0)