diff options
Diffstat (limited to 'ext/wasm/api/post-js-footer.js')
-rw-r--r-- | ext/wasm/api/post-js-footer.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/wasm/api/post-js-footer.js b/ext/wasm/api/post-js-footer.js new file mode 100644 index 0000000..58882cb --- /dev/null +++ b/ext/wasm/api/post-js-footer.js @@ -0,0 +1,4 @@ +/* The current function scope was opened via post-js-header.js, which + gets prepended to this at build-time. This file closes that + scope. */ +})/*postRun.push(...)*/; |