aboutsummaryrefslogtreecommitdiff
path: root/NonWeb.md
diff options
context:
space:
mode:
Diffstat (limited to 'NonWeb.md')
-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