File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ impl Config {
183
183
///
184
184
/// Enabled by default.
185
185
///
186
- /// [`multi-value `]: https://github.com/WebAssembly/bulk-memory-operations
186
+ /// [`bulk-memory `]: https://github.com/WebAssembly/bulk-memory-operations
187
187
pub fn wasm_bulk_memory ( & mut self , enable : bool ) -> & mut Self {
188
188
self . bulk_memory = enable;
189
189
self
@@ -195,17 +195,13 @@ impl Config {
195
195
///
196
196
/// Enabled by default.
197
197
///
198
- /// [`multi-value `]: https://github.com/WebAssembly/reference-types
198
+ /// [`reference-types `]: https://github.com/WebAssembly/reference-types
199
199
pub fn wasm_reference_types ( & mut self , enable : bool ) -> & mut Self {
200
200
self . reference_types = enable;
201
201
self
202
202
}
203
203
204
- /// Enable or disable Wasm instructions on `f32` and `f64` types.
205
- ///
206
- /// # Note
207
- ///
208
- /// This can be used to disallow floating-point operators and types.
204
+ /// Enable or disable Wasm floating point (`f32` and `f64`) instructions and types.
209
205
///
210
206
/// Enabled by default.
211
207
pub fn floats ( & mut self , enable : bool ) -> & mut Self {
You can’t perform that action at this time.
0 commit comments