@@ -27,7 +27,7 @@ console.log(greetMany(["Alan Turing", "Ada Lovelace"]));
2727</table >
2828
2929🦀 Written in Rust \
30- [ 🟨 Usable in JavaScript] ( ./hello-world-rust-wasm-component.js/ ) \
30+ [ 🟨 Usable in JavaScript] ( ./hello-world-rust-wasm-lib- component.js/ ) \
3131🌎 Runs on any [ WebAssembly Component Runtime]
3232
3333## Installation
@@ -39,26 +39,26 @@ The easiest way to get started is by using one of these wrapper libraries that
3939already have all of the WASM host imports resolved.
4040
4141For JavaScript users, you can use npm, [ pnpm] , [ Yarn] , or your other favorite
42- npm package manager to install [ ` hello-world-rust-wasm-component ` from npm] .
42+ npm package manager to install [ ` hello-world-rust-wasm-lib- component ` from npm] .
4343
4444``` sh
45- npm install hello-world-rust-wasm-component
45+ npm install hello-world-rust-wasm-lib- component
4646```
4747
4848If you prefer to customize the Javascript ↔ WASM component bindings, you can
4949use [ bytecodealliance/jco] to generate your own bindings.
5050
5151<!-- For Python users, you can use pip, [Poetry], or another PyPI package manager to
52- install [`hello-world-rust-wasm-component`] from PyPI.
52+ install [`hello-world-rust-wasm-lib- component`] from PyPI.
5353
5454```sh
55- pip install hello-world-rust-wasm-component
55+ pip install hello-world-rust-wasm-lib- component
5656```
5757
58- If you're using Rust, you can install [`hello-world-rust-wasm-component`] via Cargo.
58+ If you're using Rust, you can install [`hello-world-rust-wasm-lib- component`] via Cargo.
5959
6060```sh
61- cargo install hello-world-rust-wasm-component
61+ cargo install hello-world-rust-wasm-lib- component
6262``` -->
6363
6464## Usage
@@ -70,7 +70,7 @@ You can use any [WASM host runtime for components]. You can find the API surface
7070and any imports you need to provide in [ ` wit/world.wit ` ] ( wit/world.wit ) .
7171
7272For language-specific binding documentation, check out
73- [ hello-world-rust-wasm-component.js] .
73+ [ hello-world-rust-wasm-lib- component.js] .
7474
7575## Development
7676
@@ -99,7 +99,7 @@ Also try not to change the artifacts attached to the draft release; they were
9999generated by GitHub Actions.
100100
101101<!-- prettier-ignore -->
102- ✅ JavaScript: [ jcbhmr/hello-world-rust-wasm-component/hello-world-rust-wasm-component.js] ( https://github.com/jcbhmr/hello-world-rust-wasm-component/tree/main/hello-world-rust-wasm-component.js ) \
102+ ✅ JavaScript: [ jcbhmr/hello-world-rust-wasm-lib- component/hello-world-rust-wasm-lib- component.js] ( https://github.com/jcbhmr/hello-world-rust-wasm-lib- component/tree/main/hello-world-rust-wasm-lib -component.js ) \
103103❌ Python \
104104❌ Rust
105105
@@ -112,8 +112,8 @@ generated by GitHub Actions.
112112[ `wasm-tools` ] : https://github.com/bytecodealliance/wasm-tools
113113[ bytecodealliance/wasmtime releases ] : https://github.com/bytecodealliance/wasmtime/releases
114114[ draft release ] : https://github.com/jcbhmr/hello-world-wasm-component/actions/workflows/draft-release.yml
115- [ hello-world-rust-wasm-component.js ] : https://github.com/jcbhmr/hello-world-rust-wasm-component/tree/main/hello-world-rust-wasm-component.js
115+ [ hello-world-rust-wasm-lib- component.js ] : https://github.com/jcbhmr/hello-world-rust-wasm-lib- component/tree/main/hello-world-rust-wasm-lib -component.js
116116[ yarn ] : https://yarnpkg.com/
117117[ pnpm ] : https://pnpm.io/
118- [ `hello-world-rust-wasm-component` from npm ] : https://www.npmjs.com/package/hello-world-rust-wasm-component
118+ [ `hello-world-rust-wasm-lib- component` from npm ] : https://www.npmjs.com/package/hello-world-rust-wasm-lib -component
119119<!-- prettier-ignore-end -->
0 commit comments