diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-12 15:40:12 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-12 15:40:12 -0500 |
commit | 217dbc2b3f0f5eb483790ca6836fa58a09936030 (patch) | |
tree | a11dfe0419231d97dccffa799e0908da57e26a58 /src | |
parent | 706cca7ca24a7578e24f890e7071bbec5726ec2d (diff) |
embind integration in emcc and work towards a test
Diffstat (limited to 'src')
-rw-r--r-- | src/embind/embind.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/embind/embind.js b/src/embind/embind.js index fff19d86..d40d6ca2 100644 --- a/src/embind/embind.js +++ b/src/embind/embind.js @@ -617,3 +617,4 @@ function __embind_register_interface( }, }; } + |