File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
guests/python/src/python_modules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub(crate) fn register() {
1818/// Note that we currently only implement the interfaces that we need.
1919///
2020/// # Why
21- /// When ones compiles [CPython] for [WASI], it links against [`wasi-libc`]. This provides essential I/O features like
21+ /// When one compiles [CPython] for [WASI], it links against [`wasi-libc`]. This provides essential I/O features like
2222/// stdout. However there are some [WASI] features that are NOT found in a traditional libc interface like
2323/// [`wasi-http`]. These interfaces however are super helpful to embed WebAssembly payloads. Currently [CPython] also
2424/// has no special [WASI] module that would expose these interfaces. Instead, the ecosystem kinda converged towards
@@ -73,7 +73,7 @@ pub(crate) fn register() {
7373/// - Some more hacking made the linker pass but then the [wasmtime] rejected the result because it was seemingly
7474/// invalid.
7575///
76- /// So I have up.
76+ /// So I gave up.
7777///
7878/// # Implementation
7979/// This mostly just bridges Python to the respective interface in [`wasip2`]. We could likely write an auto-generator
You can’t perform that action at this time.
0 commit comments