File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ def to_mib(bytes)
3838 end
3939end
4040
41+ File . write ( "Makefile" , <<~MAKEFILE )
42+ install:
43+ \t @echo "binaryen-rb does not need to be installed"
44+ MAKEFILE
45+
4146unless File . exist? ( "#{ __dir__ } /vendor/#{ ruby_platform } " )
4247 log ( "[warning] no vendor directory found for #{ ruby_platform } , cannot use binaryen-rb on this platform yet" )
4348 exit
@@ -67,9 +72,4 @@ def to_mib(bytes)
6772 end
6873end
6974
70- File . write ( "Makefile" , <<~MAKEFILE )
71- install:
72- \t @echo "binaryen-rb does not need to be installed"
73- MAKEFILE
74-
7575log ( "[info] done (#{ to_mib ( total_saved ) } MiB saved)" )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Binaryen
4- VERSION = "1.1.6.14 "
4+ VERSION = "1.1.6.15 "
55 BINARYEN_VERSION = "version_116"
66end
You can’t perform that action at this time.
0 commit comments