Skip to content

Commit dd19355

Browse files
v1.0.0
1 parent df563a6 commit dd19355

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.0.0
2+
3+
- Improve the error message you get when `wasm-bindgen` versions mismatch.
4+
- remove `Bindgen::reference_types` in favor of runtime detection
5+
- fix `WASM_SERVER_RUNNER_ADDRESS` parsing: it now supports `[::1]` without a specified port
6+
- update dependencies
7+
8+
## 0.6.3
9+
- update dependencies
10+
- remove `Bindgen::weak_refs` in favor of runtime detection
11+
12+
## 0.6.2
13+
- update dependencies
14+
115
## 0.6.1
216
- hide winit's "Using exceptions for control flow" error
317

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-server-runner"
3-
version = "0.6.3"
3+
version = "1.0.0"
44
edition = "2021"
55
readme = "README.md"
66
repository = "https://github.com/jakobhellermann/wasm-server-runner/"

0 commit comments

Comments
 (0)