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.
1 parent 139b6d9 commit 2e6882bCopy full SHA for 2e6882b
packages/gems/js/ext/js/witapi-core.c
@@ -200,7 +200,8 @@ void exports_ruby_js_ruby_runtime_rb_abi_value_destructor(
200
201
void rb_abi_guest_ruby_show_version(void) { ruby_show_version(); }
202
203
-__attribute__((noinline)) static void rb_abi_guest_ruby_init_thunk(int argc, char **c_args) {
+__attribute__((noinline)) static void
204
+rb_abi_guest_ruby_init_thunk(int argc, char **c_args) {
205
ruby_init();
206
rb_abi_guest_arena_hash = rb_hash_new();
207
rb_abi_guest_refcount_hash = rb_hash_new();
0 commit comments