File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/ruby_wasm/build/toolchain
packages/gems/js/ext/js/bindgen Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class WitBindgen
44
55 def initialize (
66 build_dir :,
7- revision : "v0.24.0 "
7+ revision : "2e8fb8ede8242288d4cc682cd9dff3057ef09a57 "
88 )
99 @build_dir = build_dir
1010 @tool_dir = File . join ( @build_dir , "toolchain" , "wit-bindgen-#{ revision } " )
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ void ruby_js_js_runtime_list_borrow_js_abi_value_free(ruby_js_js_runtime_list_bo
150150 }
151151}
152152
153- __attribute__((__import_module__ ("ruby:js/ruby-runtime" ), __import_name__ ("[resource-drop]rb-iseq" )))
153+ __attribute__((__import_module__ ("[export] ruby:js/ruby-runtime" ), __import_name__ ("[resource-drop]rb-iseq" )))
154154extern void __wasm_import_exports_ruby_js_ruby_runtime_rb_iseq_drop (int32_t handle );
155155
156156void exports_ruby_js_ruby_runtime_rb_iseq_drop_own (exports_ruby_js_ruby_runtime_own_rb_iseq_t handle ) {
@@ -176,7 +176,7 @@ void __wasm_export_exports_ruby_js_ruby_runtime_rb_iseq_dtor(exports_ruby_js_rub
176176 exports_ruby_js_ruby_runtime_rb_iseq_destructor (arg );
177177}
178178
179- __attribute__((__import_module__ ("ruby:js/ruby-runtime" ), __import_name__ ("[resource-drop]rb-abi-value" )))
179+ __attribute__((__import_module__ ("[export] ruby:js/ruby-runtime" ), __import_name__ ("[resource-drop]rb-abi-value" )))
180180extern void __wasm_import_exports_ruby_js_ruby_runtime_rb_abi_value_drop (int32_t handle );
181181
182182void exports_ruby_js_ruby_runtime_rb_abi_value_drop_own (exports_ruby_js_ruby_runtime_own_rb_abi_value_t handle ) {
You can’t perform that action at this time.
0 commit comments