Updated readme and add repos

This commit is contained in:
Sambo Chea 2020-08-20 10:58:41 +07:00
parent b134731787
commit 7112af6624
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@ templates and usages of `wasm-pack`.
[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
cd my-project
cargo generate --git https://github.com/CUBETIQ/wasmweb-sample.git --name my-wasm-project
cd my-wasm-project
```
### 🛠️ Build with `wasm-pack build`

View File

@ -15,5 +15,5 @@ extern {
#[wasm_bindgen]
pub fn greet() {
alert("Hello, CUBETIQ!");
alert("Hey, CUBETIQ Solution!");
}