File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ pub struct NewOpts {
101101 /// ABI, for example, to one that uses the component model. The first
102102 /// `[NAME=]` specified in the argument is inferred from the name of file
103103 /// specified by `MODULE` if not present and is the name of the import
104- /// module that's being implemented (e.g. `wasi_snapshot_preview1.wasm`.
104+ /// module that's being implemented (e.g. `wasi_snapshot_preview1.wasm`) .
105105 ///
106106 /// The second part of this argument, optionally specified, is the interface
107107 /// that this adapter module imports. If not specified then the interface
@@ -317,7 +317,7 @@ pub struct LinkOpts {
317317 /// ABI, for example, to one that uses the component model. The first
318318 /// `[NAME=]` specified in the argument is inferred from the name of file
319319 /// specified by `MODULE` if not present and is the name of the import
320- /// module that's being implemented (e.g. `wasi_snapshot_preview1.wasm`.
320+ /// module that's being implemented (e.g. `wasi_snapshot_preview1.wasm`) .
321321 ///
322322 /// The second part of this argument, optionally specified, is the interface
323323 /// that this adapter module imports. If not specified then the interface
You can’t perform that action at this time.
0 commit comments