File tree Expand file tree Collapse file tree 4 files changed +1
-11
lines changed Expand file tree Collapse file tree 4 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ extern void __wasm_import_ruby_js_js_runtime_throw_prohibit_rewind_exception(uin
81
81
82
82
83
83
84
-
85
84
__attribute__((__weak__ , __export_name__ ("cabi_post_ruby:js/ruby-runtime#rstring-ptr" )))
86
85
void __wasm_export_exports_ruby_js_ruby_runtime_rstring_ptr_post_return (uint8_t * arg0 ) {
87
86
if ((* ((size_t * ) (arg0 + 4 ))) > 0 ) {
@@ -433,12 +432,6 @@ void ruby_js_js_runtime_throw_prohibit_rewind_exception(ext_string_t *message) {
433
432
__wasm_import_ruby_js_js_runtime_throw_prohibit_rewind_exception ((uint8_t * ) (* message ).ptr , (* message ).len );
434
433
}
435
434
436
- __attribute__((__export_name__ ("ruby:js/ruby-runtime#[constructor]rb-abi-value" )))
437
- int32_t __wasm_export_exports_ruby_js_ruby_runtime_constructor_rb_abi_value (void ) {
438
- exports_ruby_js_ruby_runtime_own_rb_abi_value_t ret = exports_ruby_js_ruby_runtime_constructor_rb_abi_value ();
439
- return (ret ).__handle ;
440
- }
441
-
442
435
__attribute__((__export_name__ ("ruby:js/ruby-runtime#ruby-show-version" )))
443
436
void __wasm_export_exports_ruby_js_ruby_runtime_ruby_show_version (void ) {
444
437
exports_ruby_js_ruby_runtime_ruby_show_version ();
Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ extern void ruby_js_js_runtime_reflect_set(ruby_js_js_runtime_borrow_js_abi_valu
109
109
extern void ruby_js_js_runtime_throw_prohibit_rewind_exception (ext_string_t * message );
110
110
111
111
// Exported Functions from `ruby:js/ruby-runtime`
112
- exports_ruby_js_ruby_runtime_own_rb_abi_value_t exports_ruby_js_ruby_runtime_constructor_rb_abi_value (void );
113
112
void exports_ruby_js_ruby_runtime_ruby_show_version (void );
114
113
void exports_ruby_js_ruby_runtime_ruby_init (void );
115
114
void exports_ruby_js_ruby_runtime_ruby_sysinit (ext_list_string_t * args );
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ interface ruby-runtime {
4
4
use js-runtime . {js-abi-value };
5
5
6
6
resource rb-iseq {}
7
- resource rb-abi-value {
8
- constructor ();
9
- }
7
+ resource rb-abi-value {}
10
8
11
9
type rb-errno = s32 ;
12
10
type rb-id = u32 ;
You can’t perform that action at this time.
0 commit comments