diff options
Diffstat (limited to 'src/js/wasm.js-post.js')
-rw-r--r-- | src/js/wasm.js-post.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/js/wasm.js-post.js b/src/js/wasm.js-post.js index bae450e9a..5d3988432 100644 --- a/src/js/wasm.js-post.js +++ b/src/js/wasm.js-post.js @@ -193,6 +193,8 @@ function integrateWasmJS(Module) { return exports; }; + Module["usingWasm"] = true; + return true; } |