Skip to content

Commit 83e4e05

Browse files
committed
Update V1.md
1 parent c1f8432 commit 83e4e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

V1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ precise descriptions of:
9292
* An load-time error is raised if the signature of an import does not match the signature of the export.
9393
* These imported functions can be called like other internal functions
9494
([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).
9696
* Functions are again imported by name/signature with error on mismatch.
9797
* 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
9999
dynamically-loaded module, allowing it to be unloaded from memory (as soon as it is not active
100100
on the stack and not referenced elsewhere).
101101
* All forms of module import produce disjoint [heaps](V1.md#heap) and do not allow function-pointer

0 commit comments

Comments
 (0)