akadjoker

Untitled

Dec 8th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. import os
  2. emsdk_path = os.path.dirname(os.environ.get('EM_CONFIG')).replace('\\', '/')
  3. NODE_JS = emsdk_path + '/node/12.18.1_64bit/bin/node'
  4. LLVM_ROOT = emsdk_path + '/upstream/bin'
  5. BINARYEN_ROOT = emsdk_path + '/upstream'
  6. EMSCRIPTEN_ROOT = emsdk_path + '/upstream/emscripten'
  7. TEMP_DIR = emsdk_path + '/tmp'
  8. COMPILER_ENGINE = NODE_JS
  9. JS_ENGINES = [NODE_JS]
Advertisement
Add Comment
Please, Sign In to add comment