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/dae7bc2aff97ee161b89b82d4604c1a468fd6fa7 below:

Prepare v0.2.98 release (#4330) · wasm-bindgen/wasm-bindgen@dae7bc2 · GitHub

File tree Expand file treeCollapse file tree 20 files changed

+49

-46

lines changed

Filter options

Expand file treeCollapse file tree 20 files changed

+49

-46

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.98](https://github.com/rustwasm/wasm-bindgen/compare/0.2.97...0.2.98)

5 + 6 +

Released 2024-12-07

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.97"

16 +

version = "0.2.98"

17 17 18 18

[package.metadata.docs.rs]

19 19

features = ["serde-serialize"]

@@ -45,7 +45,7 @@ cfg-if = "1.0.0"

45 45

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

46 46

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

47 47

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

48 -

wasm-bindgen-macro = { path = "crates/macro", version = "=0.2.97", default-features = false }

48 +

wasm-bindgen-macro = { path = "crates/macro", version = "=0.2.98", default-features = false }

49 49 50 50

[dev-dependencies]

51 51

wasm-bindgen-test = { path = 'crates/test' }

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.97"

14 +

version = "0.2.98"

15 15 16 16

[features]

17 17

default = ["std"]

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

25 25

proc-macro2 = "1.0"

26 26

quote = '1.0'

27 27

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

28 -

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

28 +

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

29 29 30 30

[lints]

31 31

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.97"

14 +

version = "0.2.98"

15 15 16 16

[dependencies]

17 17

anyhow = "1.0"

@@ -23,12 +23,12 @@ serde_json = "1.0"

23 23

tempfile = "3.0"

24 24

unicode-ident = "1.0.5"

25 25

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

26 -

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

27 -

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

28 -

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

29 -

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

30 -

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

31 -

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

26 +

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

27 +

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

28 +

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

29 +

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

30 +

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

31 +

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

32 32 33 33

[lints]

34 34

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.97"

17 +

version = "0.2.98"

18 18 19 19

[package.metadata.binstall]

20 20

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

@@ -32,8 +32,8 @@ serde_derive = "1.0"

32 32

serde_json = "1.0"

33 33

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

34 34

walrus = "0.23"

35 -

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

36 -

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

35 +

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

36 +

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

37 37 38 38

[dev-dependencies]

39 39

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_6684d1d61b5a2140() { return handleError(function (arg0, arg1) {

191 +

export function __wbg_new_f3433bf7bc73881c() { 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.97"

14 +

version = "0.2.98"

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.97" }

19 +

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

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.47"

13 +

version = "0.4.48"

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.74', default-features = false }

22 +

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

23 23

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

24 -

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

24 +

wasm-bindgen = { path = "../..", version = '=0.2.98', 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", "once_cell/std"]

30 30 31 31

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

32 -

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

32 +

web-sys = { path = "../web-sys", version = "=0.3.75", 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.74"

17 +

version = "0.3.75"

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.97", default-features = false }

29 +

wasm-bindgen = { path = "../..", version = "=0.2.98", 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.97"

14 +

version = "0.2.98"

15 15 16 16

[features]

17 17

default = ["std"]

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

24 24

proc-macro2 = "1.0"

25 25

quote = '1.0'

26 26

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

27 -

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

28 -

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

27 +

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

28 +

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

29 29 30 30

[lints]

31 31

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