diff options
| author | Derek Schuff <dschuff@chromium.org> | 2015-08-26 14:42:18 -0700 |
|---|---|---|
| committer | Derek Schuff <dschuff@chromium.org> | 2015-08-26 14:42:18 -0700 |
| commit | ce509cdb9ec33fc439e389c82dffc1e641c1925d (patch) | |
| tree | 7f7884596f2e5ea90297ad7279ab86272025a113 /NonWeb.md | |
| parent | 773dca0adefcdd44e6cbced6507822c1bfdb94d8 (diff) | |
| parent | a148746c073dd1c4b00d2387f2b77743d6c27004 (diff) | |
| download | nanowasm-design-ce509cdb9ec33fc439e389c82dffc1e641c1925d.tar.gz | |
Merge pull request #313 from dschuff/dl_separate_file
Factor dynamic linking section into its own file
Diffstat (limited to 'NonWeb.md')
| -rw-r--r-- | NonWeb.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ embedded within larger programs. Non-Web environments may provide different APIs than Web environments, which [feature testing](FeatureTest.md) and -[dynamic linking](FutureFeatures.md#dynamic-linking) will make discoverable and +[dynamic linking](DynamicLinking.md) will make discoverable and usable. Non-Web environments may include JavaScript VMs (e.g. node.js), however |
