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 4aa63cb commit 8a93744Copy full SHA for 8a93744
Rakefile
@@ -85,7 +85,7 @@ BUILDS =
85
%w[wasm32-unknown-wasi wasm32-unknown-emscripten].flat_map do |target|
86
BUILD_PROFILES
87
.keys
88
- .filter do |profile_name|
+ .select do |profile_name|
89
if target == "wasm32-unknown-emscripten"
90
profile = BUILD_PROFILES[profile_name]
91
user_exts = profile[:user_exts]
0 commit comments