Bazel add html support (#765)
* allow the bazel toolchain to output html files * allow for cc_binary rule names to end in .js * fix python name * continue to call emcc instead of em++ for now * small cleanup Co-authored-by: Mitch Foley <mitchfoley@chromium.org>
This commit is contained in:
@@ -77,6 +77,7 @@ def main():
|
||||
ensure(os.path.join(args.output_path, stem + '.fetch.js'))
|
||||
ensure(os.path.join(args.output_path, stem + '.js.symbols'))
|
||||
ensure(os.path.join(args.output_path, stem + '.wasm.debug.wasm'))
|
||||
ensure(os.path.join(args.output_path, stem + '.html'))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user