File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -358,8 +358,6 @@ wasmtime_option_group! {
358
358
pub tail_call: Option <bool >,
359
359
/// Configure support for the threads proposal.
360
360
pub threads: Option <bool >,
361
- /// Configure support for the shared-everything-threads proposal.
362
- pub shared_everything_threads: Option <bool >,
363
361
/// Configure support for the memory64 proposal.
364
362
pub memory64: Option <bool >,
365
363
/// Configure support for the component-model proposal.
@@ -1016,7 +1014,6 @@ impl CommonOptions {
1016
1014
( "component-model-async" , component_model_async_builtins, wasm_component_model_async_builtins)
1017
1015
( "component-model-async" , component_model_async_stackful, wasm_component_model_async_stackful)
1018
1016
( "threads" , threads, wasm_threads)
1019
- ( "shared-everything-threads" , shared_everything_threads, wasm_shared_everything_threads)
1020
1017
( "gc" , gc, wasm_gc)
1021
1018
( "gc" , reference_types, wasm_reference_types)
1022
1019
( "gc" , function_references, wasm_function_references)
You can’t perform that action at this time.
0 commit comments