Skip to content

Commit 6fe91bc

Browse files
Centrilehuss
andauthored
Apply suggestions from Centril
Co-Authored-By: ehuss <[email protected]>
1 parent b687be4 commit 6fe91bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/items/external-blocks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ specifies the kind of library with the following possible values:
123123

124124
The `name` key must be included if `kind` is specified.
125125

126-
The `wasm_import_module` key may be used to specify the [WebAssembly] module
126+
The `wasm_import_module` key may be used to specify the [WebAssembly module]
127127
name for the items within an `extern` block when importing symbols from the
128128
host environment. The default module name is `env` if `wasm_import_module` is
129129
not specified.
@@ -164,7 +164,7 @@ extern {
164164
```
165165

166166
[IDENTIFIER]: identifiers.html
167-
[WebAssembly]: https://webassembly.org/
167+
[WebAssembly module]: https://webassembly.github.io/spec/core/syntax/modules.html
168168
[_Abi_]: items/functions.html
169169
[_FunctionParam_]: items/functions.html
170170
[_FunctionParameters_]: items/functions.html

0 commit comments

Comments
 (0)