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
4
4
5
5
def initialize (
6
6
build_dir :,
7
- revision : "v0.24.0 "
7
+ revision : "2e8fb8ede8242288d4cc682cd9dff3057ef09a57 "
8
8
)
9
9
@build_dir = build_dir
10
10
@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
150
150
}
151
151
}
152
152
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" )))
154
154
extern void __wasm_import_exports_ruby_js_ruby_runtime_rb_iseq_drop (int32_t handle );
155
155
156
156
void 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
176
176
exports_ruby_js_ruby_runtime_rb_iseq_destructor (arg );
177
177
}
178
178
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" )))
180
180
extern void __wasm_import_exports_ruby_js_ruby_runtime_rb_abi_value_drop (int32_t handle );
181
181
182
182
void 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