Add closure example for wasm_cc_binary (#941)

* Stub out addition of closure_externs_file option in wasm_cc_binary

* WIP

* args are passed, externs cannot be found

* try location

* update tests
This commit is contained in:
Kevin Lubick
2022-02-17 13:16:18 -05:00
committed by GitHub
parent d7d8fef23e
commit 600dc4d912
4 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
// This file prevents customJSFunctionToTestClosure from being minified by the Closure compiler.
Module.customJSFunctionToTestClosure = function() {}