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 2e5858e commit dd40effCopy full SHA for dd40eff
lib/ruby_wasm/packager/core.rb
@@ -136,7 +136,7 @@ def derive_build
136
build.crossruby.cflags = %w[-fPIC -fvisibility=default]
137
if @packager.full_build_options[:target] != "wasm32-unknown-emscripten"
138
build.crossruby.debugflags = %w[-g]
139
- build.crossruby.wasmoptflags = %w[-O3 -g]
+ build.crossruby.wasmoptflags = %w[-O3 -g --pass-arg=asyncify-relocatable]
140
build.crossruby.ldflags = %w[
141
-Xlinker
142
--stack-first
0 commit comments