Skip to content

Commit e029660

Browse files
build: Rename build_system -> build
1 parent 7da79a9 commit e029660

17 files changed

+8
-8
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ namespace :build do
182182

183183
desc "Download prebuilt Ruby"
184184
task :download_prebuilt, :tag do |t, args|
185-
require "ruby_wasm/build_system/downloader"
185+
require "ruby_wasm/build/downloader"
186186

187187
release =
188188
if args[:tag]

lib/ruby_wasm/build.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
require_relative "build/build_params"
2+
require_relative "build/product"
3+
require_relative "build/toolchain"
4+
5+
module RubyWasm
6+
end

0 commit comments

Comments
 (0)