Skip to content

Commit c845404

Browse files
Remove rarely used minimal-js profiles
1 parent 23b9e27 commit c845404

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ A _build_ is a combination of ruby version, _profile_, and _target_.
132132
</tbody>
133133
</table>
134134

135-
Note: `*` is a wildcard that represents any other profile name except for itself, applied recursively. For example, `minimal-full-js-debug` is a valid profile.
136-
137135
## Notable Limitations
138136

139137
The current WASI target build does not yet support `Thread` related APIs. Specifically, WASI does not yet have an API for creating and managing threads yet.

Rakefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ BUILD_PROFILES = {
4848
default_exts: "",
4949
user_exts: []
5050
},
51-
"minimal-js" => {
52-
debug: false,
53-
default_exts: "",
54-
user_exts: %w[js witapi]
55-
},
56-
"minimal-js-debug" => {
57-
debug: true,
58-
default_exts: "",
59-
user_exts: %w[js witapi]
60-
},
6151
"full" => {
6252
debug: false,
6353
default_exts: FULL_EXTS,

0 commit comments

Comments
 (0)