Skip to content

Commit 6aaa1da

Browse files
authored
chore: reword doc
1 parent a3ac1cf commit 6aaa1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/features-module-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ uid: UnoWasmBootstrap.ModuleLinking
66

77
## Static Linking overview
88

9-
Statically linking Emscripten LLVM Bitcode (`.o` and `.a` files) files is supported to embeds `.o` or `.a` files with the rest of the WebAssembly modules. This allows for using p/invoke when resolving methods from the loaded native library.
9+
Statically linking Emscripten LLVM Bitcode (`.o` and `.a` files) files is supported to embed `.o` or `.a` files with the rest of the WebAssembly modules. This allows for using p/invoke when resolving methods from the loaded native library.
1010

1111
Files of type `.o` or `.a` specified in the MSBuild `WasmShellNativeFileReference` item will be statically linked in the application:
1212

0 commit comments

Comments
 (0)