Skip to content

Commit ad1c7fb

Browse files
wffurrvados-cosmonic
authored andcommitted
docs(jco): Update README.md
Fix broken link and typos. Signed-off-by: William Furr <519506+wffurr@users.noreply.github.com>
1 parent 5f06aaa commit ad1c7fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ With Jco (and related projects in this repository), you can:
2929
- **Build WebAssembly components** from Javascript/Typescript with the help of [`componentize-js`][cjs]
3030
- **"Transpile" WebAssembly components** into ES modules that can run in environments like NodeJS and the browser, combining platform-native WebAssembly core support with the advanced features of WebAssembly Components
3131
- **Run WebAssembly components** whether single-shot applications or web servers (similar to [`wasmtime run`][wasmtime-run]/[`wasmtime serve`][wasmtime-serve])
32-
- **Reuse WebAssembly component workflows** (e.g. building components, tranpsiling, etc) from your own JS projects
32+
- **Reuse WebAssembly component workflows** (e.g. building components, transpiling, etc) from your own JS projects
3333
- **Utilize [`wasm-tools`][wt]** as a library from JS
3434

3535
[cm-book]: https://component-model.bytecodealliance.org/
@@ -50,10 +50,10 @@ As Jco aims to do many things, it contains many subprojects that are organized i
5050
| `preview2-shim` | Javascript | `packages/preview2-shim` | Library that provides a mapping of [WASI Preview 2][wasi-p2] for NodeJS and Browsers |
5151
| `preview3-shim` | Javascript | `packages/preview3-shim` | Library that provides a mapping of WASI Preview 3 for NodeJS |
5252
| `js-component-bindgen` | Rust | `crates/js-component-bindgen` | Enables `jco transpile` and other features, reusing the Rust WebAssembly ecosystem |
53-
| `js-component-bindgen-component` | Rust | `crates/js-component-bindgen-component` | WebAssembly component that (when transipled) makes `js-component-bindgen` available in JS `jco` |
53+
| `js-component-bindgen-component` | Rust | `crates/js-component-bindgen-component` | WebAssembly component that (when transpiled) makes `js-component-bindgen` available in JS `jco` |
5454
| `wasm-tools-component` | Rust | `crates/wasm-tools-component` | WebAssembly component containing pieces of [`wasm-tools`][wt] used by `jco` |
5555

56-
[wasi-p2]: https://github.com/WebAssembly/WASI/tree/main/wasip2
56+
[wasi-p2]: https://github.com/WebAssembly/WASI/blob/main/docs/Preview2.md
5757

5858
## Quickstart
5959

0 commit comments

Comments
 (0)