File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A runtime linker for [WebAssembly Dynamic Linking].
15
15
# Portability notes
16
16
17
17
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
19
19
[ wasm-c-api] except a few things listed below.
20
20
21
21
## dylink.0 custom section
@@ -41,8 +41,7 @@ interfere exceptions either. See [dyld_plt.c].
41
41
The import/export API of [ wasm-c-api] is a bit low-level and cumbersome
42
42
to use.
43
43
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.
46
45
Eg. [ wasmer-c-api-wasi] , [ wasmtime-c-api-wasi]
47
46
48
47
[ WebAssembly Dynamic Linking ] : https://github.com/WebAssembly/tool-conventions/blob/main/DynamicLinking.md
You can’t perform that action at this time.
0 commit comments