Skip to content

Commit 10bf869

Browse files
crepererumSl1mb0
andauthored
fix: typos
Co-authored-by: Timothy Maloney <[email protected]>
1 parent deaaa5d commit 10bf869

File tree

1 file changed

+2
-2
lines changed
  • guests/python/src/python_modules

1 file changed

+2
-2
lines changed

guests/python/src/python_modules/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)