diff options
| author | suphanat <haxx.pop@gmail.com> | 2016-02-05 17:33:07 +0700 |
|---|---|---|
| committer | suphanat <haxx.pop@gmail.com> | 2016-02-05 17:33:07 +0700 |
| commit | 71683f2c83eb27df8a91f8b98563f701a7e3208d (patch) | |
| tree | d3c168b43ff41a79499029d917e35338453fbecf /Modules.md | |
| parent | 0869580c8b566aea03d709e30dddd31fdad45973 (diff) | |
| download | nanowasm-design-71683f2c83eb27df8a91f8b98563f701a7e3208d.tar.gz | |
make <int> appear
Diffstat (limited to 'Modules.md')
| -rw-r--r-- | Modules.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ or In the first example, the environment is expected to call the function $start_function before calling any other module function. In the second case, the environment is -expected to call the module function indexed <int> (this index starts from 0). +expected to call the module function indexed `<int>` (this index starts from 0). A module can: * Only have at most a start node |
