diff options
Diffstat (limited to 'NonWeb.md')
| -rw-r--r-- | NonWeb.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,10 +13,12 @@ environments, which [dynamic linking](DynamicLinking.md) will make discoverable and usable. -Non-Web environments may include JavaScript VMs (e.g. node.js), however +Non-Web environments may include JavaScript VMs (e.g. [node.js][]), however WebAssembly is also being designed to be capable of being executed without a JavaScript VM present. + [node.js]: https://nodejs.org + The WebAssembly spec itself will not try to define any large portable libc-like library. However, certain features that are core to WebAssembly semantics that are similar to functions found in native libc *would* be part of the core |
