File tree 1 file changed +2
-2
lines changed
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:
123
123
124
124
The ` name ` key must be included if ` kind ` is specified.
125
125
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]
127
127
name for the items within an ` extern ` block when importing symbols from the
128
128
host environment. The default module name is ` env ` if ` wasm_import_module ` is
129
129
not specified.
@@ -164,7 +164,7 @@ extern {
164
164
```
165
165
166
166
[ IDENTIFIER ] : identifiers.html
167
- [ WebAssembly ] : https://webassembly.org/
167
+ [ WebAssembly module ] : https://webassembly.github.io/spec/core/syntax/modules.html
168
168
[ _Abi_ ] : items/functions.html
169
169
[ _FunctionParam_ ] : items/functions.html
170
170
[ _FunctionParameters_ ] : items/functions.html
You can’t perform that action at this time.
0 commit comments