File tree Expand file tree Collapse file tree 12 files changed +103
-15
lines changed Expand file tree Collapse file tree 12 files changed +103
-15
lines changed Original file line number Diff line number Diff line change 2
2
** /* .rs.bk
3
3
Cargo.lock
4
4
5
- guide / book
5
+ # editor configs
6
6
.vscode
7
+ .idea
8
+
9
+ # hosting cache
10
+ .firebase /hosting. * .cache
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2018"
5
5
license = " MIT/Apache-2.0"
6
6
name = " gloo"
7
7
readme = " README.md"
8
- version = " 0.2.1 "
8
+ version = " 0.3.0 "
9
9
repository = " https://github.com/rustwasm/gloo"
10
10
homepage = " https://github.com/rustwasm/gloo"
11
11
categories = [" api-bindings" , " wasm" ]
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ repository = "https://github.com/rustwasm/gloo/tree/master/crates/console"
10
10
homepage = " https://github.com/rustwasm/gloo"
11
11
categories = [" api-bindings" , " development-tools::profiling" , " wasm" ]
12
12
13
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
-
15
13
[dependencies ]
16
14
wasm-bindgen = { version = " 0.2" , features = [" serde-serialize" ] }
17
15
js-sys = " 0.3"
Original file line number Diff line number Diff line change 3
3
<h1 ><code >gloo-dialogs</code ></h1 >
4
4
5
5
<p >
6
- <a href="https://dev.azure.com/rustwasm/gloo/_build?definitionId=6"><img src="https://img.shields.io/azure-devops/build/rustwasm/gloo/6.svg?style=flat-square" alt="Build Status" /></a>
7
6
<a href="https://crates.io/crates/gloo-dialogs"><img src="https://img.shields.io/crates/v/gloo-dialogs.svg?style=flat-square" alt="Crates.io version" /></a>
8
7
<a href="https://crates.io/crates/gloo-dialogs"><img src="https://img.shields.io/crates/d/gloo-dialogs.svg?style=flat-square" alt="Download" /></a>
9
8
<a href="https://docs.rs/gloo-dialogs"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
20
19
<sub >Built with 🦀🕸 by <a href =" https://rustwasm.github.io/ " >The Rust and WebAssembly Working Group</a ></sub >
21
20
</div >
22
21
23
- This crate provides wrapper for ` alert ` , ` prompt ` and ` confirm ` functions.
22
+ This crate provides wrappers for the following functions.
23
+ - [ ` alert ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/Window/alert )
24
+ - [ ` confirm ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/Window/confirm )
25
+ - [ ` prompt ` ] ( https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt )
26
+
24
27
` web-sys ` provides a raw API which is hard to use. This crate provides an easy-to-use,
25
28
idiomatic Rust API for these functions.
26
29
27
- See the documentation for [ ` alert ` ] , [ ` prompt ` ] and [ ` confirm ` ] for more information .
30
+ See the [ API documentation ] ( https://docs.rs/gloo-dialogs ) to learn more.
Original file line number Diff line number Diff line change 3
3
<h1 ><code >gloo-events</code ></h1 >
4
4
5
5
<p >
6
- <a href="https://dev.azure.com/rustwasm/gloo/_build?definitionId=6"><img src="https://img.shields.io/azure-devops/build/rustwasm/gloo/6.svg?style=flat-square" alt="Build Status" /></a>
7
6
<a href="https://crates.io/crates/gloo-events"><img src="https://img.shields.io/crates/v/gloo-events.svg?style=flat-square" alt="Crates.io version" /></a>
8
7
<a href="https://crates.io/crates/gloo-events"><img src="https://img.shields.io/crates/d/gloo-events.svg?style=flat-square" alt="Download" /></a>
9
8
<a href="https://docs.rs/gloo-events"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
Original file line number Diff line number Diff line change 3
3
<h1 ><code >gloo-file</code ></h1 >
4
4
5
5
<p >
6
- <a href="https://dev.azure.com/rustwasm/gloo/_build?definitionId=6"><img src="https://img.shields.io/azure-devops/build/rustwasm/gloo/6.svg?style=flat-square" alt="Build Status" /></a>
7
6
<a href="https://crates.io/crates/gloo-file"><img src="https://img.shields.io/crates/v/gloo-file.svg?style=flat-square" alt="Crates.io version" /></a>
8
7
<a href="https://crates.io/crates/gloo-file"><img src="https://img.shields.io/crates/d/gloo-file.svg?style=flat-square" alt="Download" /></a>
9
8
<a href="https://docs.rs/gloo-file"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
Original file line number Diff line number Diff line change 3
3
<h1 ><code >gloo-render</code ></h1 >
4
4
5
5
<p >
6
- <a href="https://dev.azure.com/rustwasm/gloo/_build?definitionId=6"><img src="https://img.shields.io/azure-devops/build/rustwasm/gloo/6.svg?style=flat-square" alt="Build Status" /></a>
7
6
<a href="https://crates.io/crates/gloo-render"><img src="https://img.shields.io/crates/v/gloo-render.svg?style=flat-square" alt="Crates.io version" /></a>
8
7
<a href="https://crates.io/crates/gloo-render"><img src="https://img.shields.io/crates/d/gloo-render.svg?style=flat-square" alt="Download" /></a>
9
8
<a href="https://docs.rs/gloo-render"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
Original file line number Diff line number Diff line change 3
3
<h1 ><code >gloo-storage</code ></h1 >
4
4
5
5
<p >
6
- <a href="https://dev.azure.com/rustwasm/gloo/_build?definitionId=6"><img src="https://img.shields.io/azure-devops/build/rustwasm/gloo/6.svg?style=flat-square" alt="Build Status" /></a>
7
6
<a href="https://crates.io/crates/gloo-storage"><img src="https://img.shields.io/crates/v/gloo-storage.svg?style=flat-square" alt="Crates.io version" /></a>
8
7
<a href="https://crates.io/crates/gloo-storage"><img src="https://img.shields.io/crates/d/gloo-storage.svg?style=flat-square" alt="Download" /></a>
9
8
<a href="https://docs.rs/gloo-storage"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
Original file line number Diff line number Diff line change 3
3
<h1 ><code >gloo-timers</code ></h1 >
4
4
5
5
<p >
6
- <a href="https://dev.azure.com/rustwasm/gloo/_build?definitionId=6"><img src="https://img.shields.io/azure-devops/build/rustwasm/gloo/6.svg?style=flat-square" alt="Build Status" /></a>
7
6
<a href="https://crates.io/crates/gloo-timers"><img src="https://img.shields.io/crates/v/gloo-timers.svg?style=flat-square" alt="Crates.io version" /></a>
8
7
<a href="https://crates.io/crates/gloo-timers"><img src="https://img.shields.io/crates/d/gloo-timers.svg?style=flat-square" alt="Download" /></a>
9
8
<a href="https://docs.rs/gloo-timers"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
Original file line number Diff line number Diff line change 2
2
slug : hello-world
3
3
title : Hello World
4
4
author : Muhammad Hamza
5
- author_title : Maintainer of Docusaurus
5
+ author_title : Maintainer of Gloo
6
6
author_url : https://github.com/hamza1311
7
7
author_image_url : https://avatars.githubusercontent.com/u/47357913?v=4
8
8
tags : [hello]
You can’t perform that action at this time.
0 commit comments