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 c8015aa commit a42e977Copy full SHA for a42e977
rakelib/packaging.rake
@@ -79,7 +79,7 @@ namespace :npm do
79
component_path = File.join(pkg_dir, "tmp", "ruby.component.wasm")
80
FileUtils.mkdir_p(File.dirname(component_path))
81
82
- sh env.merge("RUBY_WASM_EXPERIMENTAL_DYNAMIC_LINKING" => "1"),
+ sh env.merge("RUBY_WASM_EXPERIMENTAL_COMPONENT_MODEL" => "1"),
83
*build_command, "-o", component_path
84
sh "npx", "jco", "transpile",
85
"--no-wasi-shim", "--instantiation", "--valid-lifting-optimization",
0 commit comments