We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ceab5c commit 9e7a8f0Copy full SHA for 9e7a8f0
1 file changed
sig/ruby_wasm/packager.rbs
@@ -81,6 +81,7 @@ class RubyWasm::Packager
81
def name: () -> string
82
83
private def _build_gem_exts: (RubyWasm::BuildExecutor, RubyWasm::Build, string gem_home) -> void
84
+ private def patch_bundler_standalone_setup: (string local_path) -> void
85
private def _link_gem_exts: (RubyWasm::BuildExecutor, RubyWasm::Build, string ruby_root, string gem_home, bytes module_bytes) -> bytes
86
end
87
0 commit comments