Home
last modified time | relevance | path

Searched full:node_js (Results 1 – 2 of 2) sorted by relevance

/third_party/decimal.js/
D.travis.yml1 language: node_js
2 node_js:
/third_party/python/Tools/wasm/
Dwasm_build.py113 """Parse EM_CONFIG file and lookup EMSCRIPTEN_ROOT and NODE_JS.
127 node_js = pathlib.Path(local["NODE_JS"])
128 return emscripten_root, node_js
131 EMSCRIPTEN_ROOT, NODE_JS = parse_emconfig() variable
366 return [NODE_JS.parent]