Skip to content

Commit 6544d02

Browse files
add changelog
1 parent d24a8e0 commit 6544d02

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## 0.4.0
2+
- add workaround to make audio triggered in wasm play with any user interaction
3+
- make sure body fills whole page
4+
- add ability to use a custom serve directory
5+
- enable `--weak-refs` and `--reference-types` in `wasm-bindgen`
6+
7+
## 0.3.0
8+
- support wasm-bindgen snippets
9+
- use brotli at level 5 for compression (for good speed/size tradeoff)
10+
- support https (also with self-signed certificate)
11+
- add COOP and COEP headers
12+
- add ability to generate non-module JS
13+
14+
## 0.2.4
15+
- keep polling the server for updates forever
16+
17+
## 0.2.2
18+
- allow listening address to be customized with environment variable
19+
- clarify that printed size is compressed
20+
21+
## 0.2.1
22+
- prevent right click on body
23+
- add some more logs
24+
- try to fix fullscreen for bevy apps
25+
26+
## 0.2.0
27+
- pick free port instead of hardcoding `1338`
28+
- poll updates to reload page
29+
- compress wasm file using gzip
30+
31+
## 0.1.0
32+
33+
- initial release

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "wasm-server-runner"
33
version = "0.4.0"
44
edition = "2021"
55
readme = "README.md"
6-
repository = "https://github.com/jakobhellermann/wasm-server-runner/tree/main"
6+
repository = "https://github.com/jakobhellermann/wasm-server-runner/"
77
license = "MIT"
88
keywords = ["web", "wasm", "devtools"]
99
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins", "wasm", "web-programming"]

0 commit comments

Comments
 (0)