File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ precise descriptions of:
92
92
* An load-time error is raised if the signature of an import does not match the signature of the export.
93
93
* These imported functions can be called like other internal functions
94
94
([ directly or indirectly] ( AstSemantics.md#calls ) ).
95
- * A builtin function (implemented by the host environment) is provided to load modules at runtime .
95
+ * Modules can be loaded at runtime by a provided builtin function (implemented by the host environment).
96
96
* Functions are again imported by name/signature with error on mismatch.
97
97
* These imported functions can only be called [ indirectly] ( AstSemantics.md#calls ) .
98
- * An inverse builtin function would invalidate all existing function pointer values for a given
98
+ * Another builtin function would invalidate all existing function pointer values for a given
99
99
dynamically-loaded module, allowing it to be unloaded from memory (as soon as it is not active
100
100
on the stack and not referenced elsewhere).
101
101
* All forms of module import produce disjoint [ heaps] ( V1.md#heap ) and do not allow function-pointer
You can’t perform that action at this time.
0 commit comments