Skip to content

Commit

Permalink
Merge pull request #156 from juj/no-binaryen.js
Browse files Browse the repository at this point in the history
binaryen.js is no longer bundled in binaryen
  • Loading branch information
juj authored Jul 6, 2018
2 parents 4c8ac87 + ff62799 commit 18b21dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emsdk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18b21dd

Please sign in to comment.