Skip to content

Commit 8e87ab7

Browse files
Reapply "Enable dynamic linking for RubyWasm components"
This reverts commit a42e977.
1 parent e15195d commit 8e87ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/packaging.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ namespace :npm do
8080
component_path = File.join(pkg_dir, "tmp", "ruby.component.wasm")
8181
FileUtils.mkdir_p(File.dirname(component_path))
8282

83-
sh env.merge("RUBY_WASM_EXPERIMENTAL_COMPONENT_MODEL" => "1"),
83+
sh env.merge("RUBY_WASM_EXPERIMENTAL_DYNAMIC_LINKING" => "1"),
8484
*build_command, "-o", component_path
8585
sh "npx", "jco", "transpile",
8686
"--no-wasi-shim", "--instantiation", "--valid-lifting-optimization",

0 commit comments

Comments
 (0)