Updated readme and add repos
This commit is contained in:
parent
b134731787
commit
7112af6624
@ -23,8 +23,8 @@ templates and usages of `wasm-pack`.
|
|||||||
[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)
|
[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project
|
cargo generate --git https://github.com/CUBETIQ/wasmweb-sample.git --name my-wasm-project
|
||||||
cd my-project
|
cd my-wasm-project
|
||||||
```
|
```
|
||||||
|
|
||||||
### 🛠️ Build with `wasm-pack build`
|
### 🛠️ Build with `wasm-pack build`
|
||||||
|
@ -15,5 +15,5 @@ extern {
|
|||||||
|
|
||||||
#[wasm_bindgen]
|
#[wasm_bindgen]
|
||||||
pub fn greet() {
|
pub fn greet() {
|
||||||
alert("Hello, CUBETIQ!");
|
alert("Hey, CUBETIQ Solution!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user