Skip to content

Commit

Permalink
Merge pull request #456 from ruby/katei/switch-to-upstream-tools
Browse files Browse the repository at this point in the history
Checkout upstream revisions of wit-bindgen and jco
  • Loading branch information
kateinoigakukun authored May 7, 2024
2 parents 18e4358 + 7b3912b commit 98c1dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ruby_wasm/build/toolchain/wit_bindgen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class WitBindgen

def initialize(
build_dir:,
revision: "2e8fb8ede8242288d4cc682cd9dff3057ef09a57"
revision: "67e17745a417d07852cc283d1399d210d4d659cc"
)
@build_dir = build_dir
@tool_dir = File.join(@build_dir, "toolchain", "wit-bindgen-#{revision}")
Expand Down

0 comments on commit 98c1dcf

Please sign in to comment.