Home
last modified time | relevance | path

Searched refs:out_wasm_file (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/wasm-compilation-hints/
H A Dinject-compilation-hints.py33 out_wasm_file = args.out_wasm_file if args.out_wasm_file else sys.stdout.fileno() variable
36 with io.open(out_wasm_file, "wb") as fout:

Completed in 1 milliseconds