diff options
| author | JF Bastien <github@jfbastien.com> | 2015-10-17 11:54:44 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-10-17 11:54:44 -0700 |
| commit | 1447963f56998f8d3ff1c8a5892845efa96d4c8a (patch) | |
| tree | 7da9803cef787ebc78e10a769949af01ac884c2d /Modules.md | |
| parent | 0d91c19243c5a72e7d7455b4084e4dec9469c783 (diff) | |
| download | nanowasm-design-1447963f56998f8d3ff1c8a5892845efa96d4c8a.tar.gz | |
JS -> JavaScript
Diffstat (limited to 'Modules.md')
| -rw-r--r-- | Modules.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ An instance contains: * the code of the module from which the instance was loaded; * a [linear memory](AstSemantics.md#linear-memory); * fully resolved imports; -* host-specific state (for example, the JS function objects that reflect - exported functions to JS); +* host-specific state (for example, the JavaScript function objects that reflect + exported functions to JavaScript); * (when [threading](PostMVP.md#threads) is added) TLS variable state; * (when [dynamic linking](DynamicLinking.md) is added) the code of multiple modules that have been dynamically linked into the same instance; |
