diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-18 17:43:08 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-18 17:43:08 -0800 |
commit | 175a660ad28a3c6180a5c9843f53c3536ee53992 (patch) | |
tree | 781946c4b82956e8f46459ef3816ea3de9d237f9 /src/preamble.js | |
parent | 3f93d8b1ca39f520da5b89c23e94f0b061838b15 (diff) |
add missing module export
Diffstat (limited to 'src/preamble.js')
-rw-r--r-- | src/preamble.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preamble.js b/src/preamble.js index e957c212..c476118c 100644 --- a/src/preamble.js +++ b/src/preamble.js @@ -803,6 +803,7 @@ function writeStringToMemory(string, buffer, dontAddNull) { {{{ makeSetValue('buffer', 'i', '0', 'i8') }}} } } +Module['writeStringToMemory'] = writeStringToMemory; var STRING_TABLE = []; |