You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ With Jco (and related projects in this repository), you can:
29
29
-**Build WebAssembly components** from Javascript/Typescript with the help of [`componentize-js`][cjs]
30
30
-**"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
31
31
-**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
33
33
-**Utilize [`wasm-tools`][wt]** as a library from JS
@@ -50,10 +50,10 @@ As Jco aims to do many things, it contains many subprojects that are organized i
50
50
|`preview2-shim`| Javascript |`packages/preview2-shim`| Library that provides a mapping of [WASI Preview 2][wasi-p2] for NodeJS and Browsers |
51
51
|`preview3-shim`| Javascript |`packages/preview3-shim`| Library that provides a mapping of WASI Preview 3 for NodeJS |
52
52
|`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`|
54
54
|`wasm-tools-component`| Rust |`crates/wasm-tools-component`| WebAssembly component containing pieces of [`wasm-tools`][wt] used by `jco`|
0 commit comments