diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-24 19:34:25 +0100 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 14:23:18 -0800 |
commit | df6018759a472685fee5fafd188f091dab5fd4fd (patch) | |
tree | 223143ffb1dd7477a2077143fc9336244c1367e2 /src/modules.js | |
parent | 887ef685cd7e6d9af9e45016dc6c714feaf281d3 (diff) |
add asm imports and exports, hello world works
Diffstat (limited to 'src/modules.js')
-rw-r--r-- | src/modules.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules.js b/src/modules.js index f9173f8e..94fe582c 100644 --- a/src/modules.js +++ b/src/modules.js @@ -218,6 +218,7 @@ var Types = { var Functions = { // All functions that will be implemented in this file implementedFunctions: {}, + libraryFunctions: [], // functions added from the library indexedFunctions: {}, nextIndex: 2, // Start at a non-0 (even, see below) value |