diff options
| author | JF Bastien <github@jfbastien.com> | 2015-10-17 11:42:53 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-10-17 11:42:53 -0700 |
| commit | 616014b33db2d7ba5c4858ef5434abf495fa3f36 (patch) | |
| tree | 8dbfa0c1faf269072d085dc6d42169688e741660 /NonWeb.md | |
| parent | 86908f89ea254dc22dfb690fc8618eb3ac266b3e (diff) | |
| download | nanowasm-design-616014b33db2d7ba5c4858ef5434abf495fa3f36.tar.gz | |
Link to node.js
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 |
