We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7555a59 commit b47e948Copy full SHA for b47e948
lib/ruby_wasm/rake_task.rb
@@ -62,8 +62,6 @@ def initialize(
62
)
63
yield self if block_given?
64
65
- @products_to_define&.each(&:define_task)
66
-
67
@crossruby.with_libyaml @libyaml
68
@crossruby.with_zlib @zlib
69
@crossruby.with_wasi_vfs @wasi_vfs
@@ -96,15 +94,4 @@ def hexdigest
96
94
digest << @wasi_vfs.name
97
95
digest.hexdigest
98
end
99
100
- private
101
102
- def add_product(product)
103
- @@products ||= {}
104
- return @@products[product.name] if @@products[product.name]
105
- @@products[product.name] = product
106
- @products_to_define ||= []
107
- @products_to_define << product
108
- product
109
- end
110
0 commit comments