Skip to content

Commit a42e977

Browse files
Revert "Enable dynamic linking for RubyWasm components"
This reverts commit 750f3f5.
1 parent c8015aa commit a42e977

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
@@ -79,7 +79,7 @@ namespace :npm do
7979
component_path = File.join(pkg_dir, "tmp", "ruby.component.wasm")
8080
FileUtils.mkdir_p(File.dirname(component_path))
8181

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

0 commit comments

Comments
 (0)