Skip to content

Commit 73f75b4

Browse files
ericgregoryvados-cosmonic
authored andcommitted
Update _posts/2026-03-19-five-ways-of-looking-at-jco-part-1.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 4cb2f0b commit 73f75b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2026-03-19-five-ways-of-looking-at-jco-part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The Rust crate that makes this possible, [**`js-component-bindgen`**](https://gi
5353

5454
### WASI P2 shims
5555

56-
Jco ships **WASI P2 shim packages**: JavaScript implementations of [WASI (the WebAssembly System Interface](https://github.com/WebAssembly/WASI), the standard set of I/O APIs for Wasm covering filesystem access, HTTP, clocks, randomness, and more) interfaces that let transpiled components call things like `wasi:http` and `wasi:io` from a browser or Node.js environment.
56+
Jco ships **WASI P2 shim packages** ([`@bytecodealliance/preview2-shim` on NPM](https://www.npmjs.com/package/@bytecodealliance/preview2-shim)): JavaScript implementations of [WASI (the WebAssembly System Interface](https://github.com/WebAssembly/WASI), the standard set of I/O APIs for Wasm covering filesystem access, HTTP, clocks, randomness, and more) interfaces that let transpiled components call things like `wasi:http` and `wasi:io` from a browser or Node.js environment.
5757

5858
### WASI P3 shims
5959

0 commit comments

Comments
 (0)