@@ -1176,7 +1176,7 @@ impl Config {
11761176 /// incomplete.
11771177 ///
11781178 /// [proposal]:
1179- /// https://github.com/WebAssembly/component-model/blob/main/design/mvp/Async .md
1179+ /// https://github.com/WebAssembly/component-model/blob/main/design/mvp/Concurrency .md
11801180 #[ cfg( feature = "component-model-async" ) ]
11811181 pub fn wasm_component_model_async ( & mut self , enable : bool ) -> & mut Self {
11821182 self . wasm_features ( WasmFeatures :: CM_ASYNC , enable) ;
@@ -1189,7 +1189,7 @@ impl Config {
11891189 /// incomplete.
11901190 ///
11911191 /// [proposal]:
1192- /// https://github.com/WebAssembly/component-model/blob/main/design/mvp/Async .md
1192+ /// https://github.com/WebAssembly/component-model/blob/main/design/mvp/Concurrency .md
11931193 #[ cfg( feature = "component-model-async" ) ]
11941194 pub fn wasm_component_model_async_builtins ( & mut self , enable : bool ) -> & mut Self {
11951195 self . wasm_features ( WasmFeatures :: CM_ASYNC_BUILTINS , enable) ;
@@ -1201,7 +1201,7 @@ impl Config {
12011201 /// Please note that Wasmtime's support for this feature is _very_
12021202 /// incomplete.
12031203 ///
1204- /// [proposal]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/Async .md
1204+ /// [proposal]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/Concurrency .md
12051205 #[ cfg( feature = "component-model-async" ) ]
12061206 pub fn wasm_component_model_async_stackful ( & mut self , enable : bool ) -> & mut Self {
12071207 self . wasm_features ( WasmFeatures :: CM_ASYNC_STACKFUL , enable) ;
@@ -1226,7 +1226,7 @@ impl Config {
12261226 /// Please note that Wasmtime's support for this feature is _very_
12271227 /// incomplete.
12281228 ///
1229- /// [proposal]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/Async .md
1229+ /// [proposal]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/Concurrency .md
12301230 #[ cfg( feature = "component-model" ) ]
12311231 pub fn wasm_component_model_error_context ( & mut self , enable : bool ) -> & mut Self {
12321232 self . wasm_features ( WasmFeatures :: CM_ERROR_CONTEXT , enable) ;
0 commit comments