aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-10-17 11:42:53 -0700
committerJF Bastien <github@jfbastien.com>2015-10-17 11:42:53 -0700
commit616014b33db2d7ba5c4858ef5434abf495fa3f36 (patch)
tree8dbfa0c1faf269072d085dc6d42169688e741660
parent86908f89ea254dc22dfb690fc8618eb3ac266b3e (diff)
downloadnanowasm-design-616014b33db2d7ba5c4858ef5434abf495fa3f36.tar.gz
Link to node.js
-rw-r--r--NonWeb.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/NonWeb.md b/NonWeb.md
index 7254591..4b4ff0c 100644
--- a/NonWeb.md
+++ b/NonWeb.md
@@ -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