binaryen.js is no longer bundled in binaryen, and emscripten doesn't need it anyhow (it's for handwritten js users)

This commit is contained in:
Alon Zakai (kripken)
2018-07-05 15:09:29 -07:00
parent 4c8ac8755d
commit ff627992cb

1
emsdk
View File

@@ -937,7 +937,6 @@ def build_binaryen_tool(tool):
shutil.copytree(os.path.join(src_root, 'scripts'), os.path.join(build_root, 'scripts'))
remove_tree(os.path.join(build_root, 'src', 'js'))
shutil.copytree(os.path.join(src_root, 'src', 'js'), os.path.join(build_root, 'src', 'js'))
shutil.copyfile(os.path.join(src_root, 'bin', 'binaryen.js'), os.path.join(build_root, 'bin', 'binaryen.js'))
shutil.copyfile(os.path.join(src_root, 'bin', 'wasm.js'), os.path.join(build_root, 'bin', 'wasm.js'))
return success