Skip to content

Commit 9a74326

Browse files
committed
doc
1 parent cc70046 commit 9a74326

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libdyld/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A runtime linker for [WebAssembly Dynamic Linking].
1515
# Portability notes
1616

1717
While this library is implemented using the toywasm API directly,
18-
it should be straightforward to port it to other runtime API like
18+
it should be straightforward to port it to other runtime APIs like
1919
[wasm-c-api] except a few things listed below.
2020

2121
## dylink.0 custom section
@@ -41,8 +41,7 @@ interfere exceptions either. See [dyld_plt.c].
4141
The import/export API of [wasm-c-api] is a bit low-level and cumbersome
4242
to use.
4343

44-
Also, the API to link host functions like WASI varies among
45-
runtimes.
44+
Also, the API to link host functions like WASI varies among runtimes.
4645
Eg. [wasmer-c-api-wasi], [wasmtime-c-api-wasi]
4746

4847
[WebAssembly Dynamic Linking]: https://github.com/WebAssembly/tool-conventions/blob/main/DynamicLinking.md

0 commit comments

Comments
 (0)