File tree Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,6 @@ coredump = ["wasmtime-cli-flags/coredump"]
493
493
addr2line = [" wasmtime/addr2line" ]
494
494
debug-builtins = [" wasmtime/debug-builtins" ]
495
495
threads = [" wasmtime-cli-flags/threads" ]
496
- shared-everything-threads = [" wasmtime-cli-flags/shared-everything-threads" ]
497
496
gc = [" wasmtime-cli-flags/gc" , " wasmtime/gc" ]
498
497
gc-drc = [" gc" , " wasmtime/gc-drc" , " wasmtime-cli-flags/gc-drc" ]
499
498
gc-null = [" gc" , " wasmtime/gc-null" , " wasmtime-cli-flags/gc-null" ]
Original file line number Diff line number Diff line change @@ -37,6 +37,5 @@ gc = ["wasmtime/gc"]
37
37
gc-drc = [" gc" , " wasmtime/gc-drc" ]
38
38
gc-null = [" gc" , " wasmtime/gc-null" ]
39
39
threads = [" wasmtime/threads" ]
40
- shared-everything-threads = [" wasmtime/shared-everything-threads" ]
41
40
memory-protection-keys = [" wasmtime/memory-protection-keys" ]
42
41
pulley = [" wasmtime/pulley" ]
Original file line number Diff line number Diff line change @@ -46,4 +46,3 @@ gc = ["wasmtime-environ/gc"]
46
46
gc-drc = [" gc" , " wasmtime-environ/gc-drc" ]
47
47
gc-null = [" gc" , " wasmtime-environ/gc-null" ]
48
48
threads = [" wasmtime-environ/threads" ]
49
- shared-everything-threads = [" wasmtime-environ/shared-everything-threads" ]
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ compile = [
70
70
" dep:wasmprinter" ,
71
71
]
72
72
threads = [' std' ]
73
- shared-everything-threads = [' std' ]
74
73
wmemcheck = [' std' ]
75
74
std = [
76
75
' anyhow/std' ,
Original file line number Diff line number Diff line change @@ -309,12 +309,6 @@ threads = [
309
309
" std" ,
310
310
]
311
311
312
- # Enable runtime support for the WebAssembly shared-everything-threads proposal.
313
- shared-everything-threads = [
314
- " wasmtime-cranelift?/shared-everything-threads" ,
315
- " std" ,
316
- ]
317
-
318
312
# Controls whether backtraces will attempt to parse DWARF information in
319
313
# WebAssembly modules and components to provide filenames and line numbers in
320
314
# stack traces.
You can’t perform that action at this time.
0 commit comments