Skip to content

Commit 3cf2e1f

Browse files
committed
Remove CLI-level flags
Since we don't expect users to be interacting with shared-everything-threads modules from the command line, hide this for now.
1 parent 9dfc586 commit 3cf2e1f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/cli-flags/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,6 @@ wasmtime_option_group! {
358358
pub tail_call: Option<bool>,
359359
/// Configure support for the threads proposal.
360360
pub threads: Option<bool>,
361-
/// Configure support for the shared-everything-threads proposal.
362-
pub shared_everything_threads: Option<bool>,
363361
/// Configure support for the memory64 proposal.
364362
pub memory64: Option<bool>,
365363
/// Configure support for the component-model proposal.
@@ -1016,7 +1014,6 @@ impl CommonOptions {
10161014
("component-model-async", component_model_async_builtins, wasm_component_model_async_builtins)
10171015
("component-model-async", component_model_async_stackful, wasm_component_model_async_stackful)
10181016
("threads", threads, wasm_threads)
1019-
("shared-everything-threads", shared_everything_threads, wasm_shared_everything_threads)
10201017
("gc", gc, wasm_gc)
10211018
("gc", reference_types, wasm_reference_types)
10221019
("gc", function_references, wasm_function_references)

0 commit comments

Comments
 (0)