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 6344436 commit 48fda0fCopy full SHA for 48fda0f
packages/gems/js/ext/js/witapi-core.c
@@ -332,6 +332,7 @@ bool rb_abi_guest_rb_set_should_prohibit_rewind(bool value) {
332
return old;
333
}
334
335
+#ifdef JS_ENABLE_COMPONENT_MODEL
336
// Exported Functions from `ruby:js/ruby-runtime`
337
void exports_ruby_js_ruby_runtime_ruby_show_version(void) {
338
rb_abi_guest_ruby_show_version();
@@ -392,4 +393,6 @@ bool exports_ruby_js_ruby_runtime_rb_set_should_prohibit_rewind(
392
393
return rb_abi_guest_rb_set_should_prohibit_rewind(new_value);
394
395
396
+#endif
397
+
398
void Init_witapi(void) {}
0 commit comments