Skip to content

Commit

Permalink
Fix missing require for prebuilt build downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 19, 2024
1 parent 688c343 commit 666dadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby_wasm/rake_task.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "rake/tasklib"
require_relative "./util"
require_relative "./build"

class RubyWasm::BuildTask < ::Rake::TaskLib
Expand Down

0 comments on commit 666dadd

Please sign in to comment.