diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-04-23 17:52:20 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-04-23 17:52:20 -0700 |
commit | 28ed391308c78e8cda92bfbe22da88ce9767cd25 (patch) | |
tree | 41fde9dc11818abd67b836b054f90dc47cffdd0e /src | |
parent | 55c1dfd2c1548ebfd023e4f7d1c2416a11a534f8 (diff) |
webidl binder
Diffstat (limited to 'src')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js index bf16290b..a9a72425 100644 --- a/src/settings.js +++ b/src/settings.js @@ -338,7 +338,7 @@ var EXPORTED_FUNCTIONS = ['_main', '_malloc']; var EXPORT_ALL = 0; // If true, we export all the symbols. Note that this does *not* affect LLVM, so it can // still eliminate functions as dead. This just exports them on the Module object. var EXPORT_BINDINGS = 0; // Export all bindings generator functions (prefixed with emscripten_bind_). This - // is necessary to use the bindings generator with asm.js + // is necessary to use the WebIDL binder or bindings generator with asm.js var RETAIN_COMPILER_SETTINGS = 0; // Remembers the values of these settings, and makes them accessible // through Runtime.getCompilerSetting and emscripten_get_compiler_setting. // To see what is retained, look for compilerSettings in the generated code. |