- Improve the error message you get when
wasm-bindgen
versions mismatch. - remove
Bindgen::reference_types
in favor of runtime detection - fix
WASM_SERVER_RUNNER_ADDRESS
parsing: it now supports[::1]
without a specified port - update dependencies
- update dependencies
- remove
Bindgen::weak_refs
in favor of runtime detection
- update dependencies
- hide winit's "Using exceptions for control flow" error
- only load a custom
index.html
when theWASM_SERVER_RUNNER_CUSTOM_INDEX_HTML
environment variable is set - fix a panic during log relaying
- relay logging from website back to console
- cache https certificates
- load
index.html
from directory if present - accept
true
/1
/yes
for bool options - use proper compression negotiation
- improve mobile support
- add workaround to make audio triggered in wasm play with any user interaction
- make sure body fills whole page
- add ability to use a custom serve directory
- enable
--weak-refs
and--reference-types
inwasm-bindgen
- support wasm-bindgen snippets
- use brotli at level 5 for compression (for good speed/size tradeoff)
- support https (also with self-signed certificate)
- add COOP and COEP headers
- add ability to generate non-module JS
- keep polling the server for updates forever
- allow listening address to be customized with environment variable
- clarify that printed size is compressed
- prevent right click on body
- add some more logs
- try to fix fullscreen for bevy apps
- pick free port instead of hardcoding
1338
- poll updates to reload page
- compress wasm file using gzip
- initial release