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.
rake check:bindgen
1 parent 73e0c42 commit 30eb98dCopy full SHA for 30eb98d
rakelib/check.rake
@@ -41,8 +41,12 @@ namespace :check do
41
)
42
end
43
44
+ task bindgen_ts: :install_wit_bindgen do
45
+ sh "node", "packages/npm-packages/ruby-wasm-wasi/tools/component-ts-bindgen.mjs"
46
+ end
47
+
48
desc "Check wit-bindgen'ed sources are up-to-date"
- task bindgen: %i[bindgen_c legacy_bindgen_c legacy_bindgen_js]
49
+ task bindgen: %i[bindgen_c bindgen_ts legacy_bindgen_c legacy_bindgen_js]
50
51
task :type do
52
sh "bundle exec steep check"
0 commit comments