We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15195d commit 8e87ab7Copy full SHA for 8e87ab7
1 file changed
rakelib/packaging.rake
@@ -80,7 +80,7 @@ namespace :npm do
80
component_path = File.join(pkg_dir, "tmp", "ruby.component.wasm")
81
FileUtils.mkdir_p(File.dirname(component_path))
82
83
- sh env.merge("RUBY_WASM_EXPERIMENTAL_COMPONENT_MODEL" => "1"),
+ sh env.merge("RUBY_WASM_EXPERIMENTAL_DYNAMIC_LINKING" => "1"),
84
*build_command, "-o", component_path
85
sh "npx", "jco", "transpile",
86
"--no-wasi-shim", "--instantiation", "--valid-lifting-optimization",
0 commit comments