diff options
Diffstat (limited to 'ext/wasm/api/post-js-footer.js')
-rw-r--r-- | ext/wasm/api/post-js-footer.js | 3 |
1 files changed, 3 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 000000000..ee470928b --- /dev/null +++ b/ext/wasm/api/post-js-footer.js @@ -0,0 +1,3 @@ +/* The current function scope was opened via post-js-header.js, which + gets prepended to this at build-time. */ +})/*postRun.push(...)*/; |