A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/wasm-bindgen/wasm-bindgen/commit/2405ec2b4bcd1cc4e3bd1562c373e9d5f0cbdcb5 below:

Prepare v0.2.100 release (#4404) · wasm-bindgen/wasm-bindgen@2405ec2 · GitHub

File tree Expand file treeCollapse file tree 21 files changed

+50

-48

lines changed

Filter options

Expand file treeCollapse file tree 21 files changed

+50

-48

lines changed Original file line number Diff line number Diff line change

@@ -1,7 +1,9 @@

1 1

# `wasm-bindgen` Change Log

2 2

--------------------------------------------------------------------------------

3 3 4 -

## Unreleased

4 +

## [0.2.100](https://github.com/rustwasm/wasm-bindgen/compare/0.2.99...0.2.100)

5 + 6 +

Released 2025-01-12

5 7 6 8

### Added

7 9 Original file line number Diff line number Diff line change

@@ -13,7 +13,7 @@ name = "wasm-bindgen"

13 13

readme = "README.md"

14 14

repository = "https://github.com/rustwasm/wasm-bindgen"

15 15

rust-version = "1.57"

16 -

version = "0.2.99"

16 +

version = "0.2.100"

17 17 18 18

[package.metadata.docs.rs]

19 19

features = ["serde-serialize"]

@@ -53,7 +53,7 @@ once_cell = { version = "1.12", default-features = false }

53 53

rustversion = { version = "1.0", optional = true }

54 54

serde = { version = "1.0", optional = true }

55 55

serde_json = { version = "1.0", optional = true }

56 -

wasm-bindgen-macro = { path = "crates/macro", version = "=0.2.99" }

56 +

wasm-bindgen-macro = { path = "crates/macro", version = "=0.2.100" }

57 57 58 58

[dev-dependencies]

59 59

once_cell = "1"

Original file line number Diff line number Diff line change

@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"

11 11

name = "wasm-bindgen-backend"

12 12

repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend"

13 13

rust-version = "1.57"

14 -

version = "0.2.99"

14 +

version = "0.2.100"

15 15 16 16

[features]

17 17

extra-traits = ["syn/extra-traits"]

@@ -22,7 +22,7 @@ log = "0.4"

22 22

proc-macro2 = "1.0"

23 23

quote = '1.0'

24 24

syn = { version = '2.0', features = ['full'] }

25 -

wasm-bindgen-shared = { path = "../shared", version = "=0.2.99" }

25 +

wasm-bindgen-shared = { path = "../shared", version = "=0.2.100" }

26 26 27 27

[lints]

28 28

workspace = true

Original file line number Diff line number Diff line change

@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"

11 11

name = "wasm-bindgen-cli-support"

12 12

repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/cli-support"

13 13

rust-version = "1.76"

14 -

version = "0.2.99"

14 +

version = "0.2.100"

15 15 16 16

[dependencies]

17 17

anyhow = "1.0"

@@ -22,12 +22,12 @@ serde = { version = "1.0", features = ["derive"] }

22 22

serde_json = "1.0"

23 23

tempfile = "3.0"

24 24

walrus = { version = "0.23", features = ['parallel'] }

25 -

wasm-bindgen-externref-xform = { path = '../externref-xform', version = '=0.2.99' }

26 -

wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.2.99' }

27 -

wasm-bindgen-shared = { path = "../shared", version = '=0.2.99' }

28 -

wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.99' }

29 -

wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.99' }

30 -

wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.99' }

25 +

wasm-bindgen-externref-xform = { path = '../externref-xform', version = '=0.2.100' }

26 +

wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.2.100' }

27 +

wasm-bindgen-shared = { path = "../shared", version = '=0.2.100' }

28 +

wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.100' }

29 +

wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.100' }

30 +

wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.100' }

31 31 32 32

[lints]

33 33

workspace = true

Original file line number Diff line number Diff line change

@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"

14 14

name = "wasm-bindgen-cli"

15 15

repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/cli"

16 16

rust-version = "1.76"

17 -

version = "0.2.99"

17 +

version = "0.2.100"

18 18 19 19

[package.metadata.binstall]

20 20

bin-dir = "wasm-bindgen-{ version }-{ target }/{ bin }{ binary-ext }"

@@ -33,8 +33,8 @@ serde_json = "1.0"

33 33

tempfile = "3.0"

34 34

ureq = { version = "2.7", default-features = false, features = ["brotli", "gzip"] }

35 35

walrus = "0.23"

36 -

wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.99" }

37 -

wasm-bindgen-shared = { path = "../shared", version = "=0.2.99" }

36 +

wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.100" }

37 +

wasm-bindgen-shared = { path = "../shared", version = "=0.2.100" }

38 38 39 39

[dev-dependencies]

40 40

assert_cmd = "2"

Original file line number Diff line number Diff line change

@@ -188,7 +188,7 @@ export function get_media_source() {

188 188 189 189

const __wbindgen_enum_MediaSourceEnum = ["camera", "screen", "application", "window", "browser", "microphone", "audioCapture", "other"];

190 190 191 -

export function __wbg_new_17f755666e48d1d8() { return handleError(function (arg0, arg1) {

191 +

export function __wbg_new_9ffbe0a71eff35e3() { return handleError(function (arg0, arg1) {

192 192

const ret = new URL(getStringFromWasm0(arg0, arg1));

193 193

return ret;

194 194

}, arguments) };

Original file line number Diff line number Diff line change

@@ -11,12 +11,12 @@ license = "MIT OR Apache-2.0"

11 11

name = "wasm-bindgen-externref-xform"

12 12

repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/externref-xform"

13 13

rust-version = "1.76"

14 -

version = "0.2.99"

14 +

version = "0.2.100"

15 15 16 16

[dependencies]

17 17

anyhow = "1.0"

18 18

walrus = "0.23"

19 -

wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "=0.2.99" }

19 +

wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "=0.2.100" }

20 20 21 21

[dev-dependencies]

22 22

rayon = "1.0"

Original file line number Diff line number Diff line change

@@ -10,7 +10,7 @@ name = "wasm-bindgen-futures"

10 10

readme = "./README.md"

11 11

repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures"

12 12

rust-version = "1.57"

13 -

version = "0.4.49"

13 +

version = "0.4.50"

14 14 15 15

[package.metadata.docs.rs]

16 16

all-features = true

@@ -19,17 +19,17 @@ rustdoc-args = ["--cfg", "docsrs"]

19 19

[dependencies]

20 20

cfg-if = "1.0.0"

21 21

futures-core = { version = '0.3.8', default-features = false, optional = true }

22 -

js-sys = { path = "../js-sys", version = '=0.3.76', default-features = false }

22 +

js-sys = { path = "../js-sys", version = '=0.3.77', default-features = false }

23 23

once_cell = { version = "1.12", default-features = false }

24 -

wasm-bindgen = { path = "../..", version = '=0.2.99', default-features = false }

24 +

wasm-bindgen = { path = "../..", version = '=0.2.100', default-features = false }

25 25 26 26

[features]

27 27

default = ["std"]

28 28

futures-core-03-stream = ['futures-core']

29 29

std = ["wasm-bindgen/std", "js-sys/std", "web-sys/std"]

30 30 31 31

[target.'cfg(target_feature = "atomics")'.dependencies]

32 -

web-sys = { path = "../web-sys", version = "=0.3.76", default-features = false, features = [

32 +

web-sys = { path = "../web-sys", version = "=0.3.77", default-features = false, features = [

33 33

"MessageEvent",

34 34

"Worker",

35 35

] }

Original file line number Diff line number Diff line change

@@ -14,7 +14,7 @@ name = "js-sys"

14 14

readme = "./README.md"

15 15

repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys"

16 16

rust-version = "1.57"

17 -

version = "0.3.76"

17 +

version = "0.3.77"

18 18 19 19

[lib]

20 20

doctest = false

@@ -26,7 +26,7 @@ std = ["wasm-bindgen/std"]

26 26 27 27

[dependencies]

28 28

once_cell = { version = "1.12", default-features = false }

29 -

wasm-bindgen = { path = "../..", version = "=0.2.99", default-features = false }

29 +

wasm-bindgen = { path = "../..", version = "=0.2.100", default-features = false }

30 30 31 31

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]

32 32

wasm-bindgen-futures = { path = '../futures' }

Original file line number Diff line number Diff line change

@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"

11 11

name = "wasm-bindgen-macro-support"

12 12

repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support"

13 13

rust-version = "1.57"

14 -

version = "0.2.99"

14 +

version = "0.2.100"

15 15 16 16

[features]

17 17

extra-traits = ["syn/extra-traits"]

@@ -21,8 +21,8 @@ strict-macro = []

21 21

proc-macro2 = "1.0"

22 22

quote = '1.0'

23 23

syn = { version = '2.0', features = ['visit', 'visit-mut', 'full'] }

24 -

wasm-bindgen-backend = { path = "../backend", version = "=0.2.99" }

25 -

wasm-bindgen-shared = { path = "../shared", version = "=0.2.99" }

24 +

wasm-bindgen-backend = { path = "../backend", version = "=0.2.100" }

25 +

wasm-bindgen-shared = { path = "../shared", version = "=0.2.100" }

26 26 27 27

[lints]

28 28

workspace = true

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4