File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ specifies the kind of library with the following possible values:
123123
124124The ` 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]
127127name for the items within an ` extern ` block when importing symbols from the
128128host environment. The default module name is ` env ` if ` wasm_import_module ` is
129129not 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
You can’t perform that action at this time.
0 commit comments