diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-12 14:56:21 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-12 14:56:21 -0500 |
commit | 6a1702024cf137111bcf54098de15ff5167bdcdc (patch) | |
tree | 6adeadeb1428d3fdf69ec3aaca6a38999db6b516 /src | |
parent | 2be2720852b990937bfbe71a8f6b65b2f20cb33d (diff) | |
parent | 9234b190baffc6ad3b81b1db19cef69488724eab (diff) |
Merge branch 'master' into incoming
Diffstat (limited to 'src')
-rw-r--r-- | src/jsifier.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jsifier.js b/src/jsifier.js index 8021f8a1..b76579cc 100644 --- a/src/jsifier.js +++ b/src/jsifier.js @@ -1243,7 +1243,7 @@ function JSify(data, functionsOnly, givenFunctions) { // Load runtime-linked libraries RUNTIME_LINKED_LIBS.forEach(function(lib) { - print('eval(read("' + lib + '"))(FUNCTION_TABLE.length, this);'); + print('eval(Module["read"]("' + lib + '"))(FUNCTION_TABLE.length, this);'); }); print(postParts[1]); |