wasm-dev-server

Crates.iowasm-dev-server
lib.rswasm-dev-server
version0.1.1
sourcesrc
created_at2022-03-24 13:51:32.947288
updated_at2022-03-24 13:55:22.214933
descriptionwasm-dev-server is dev web server that adds the headers for cross origin isolation
homepagehttps://github.com/rklaehn/wasm-dev-server
repositoryhttps://github.com/rklaehn/wasm-dev-server
max_upload_size
id555755
size31,545
RĂ¼diger Klaehn (rklaehn)

documentation

https://github.com/rklaehn/wasm-dev-server

README

wasm-dev-server

A simple warp based web server that serves the current directory and adds the headers needed for wasm

cross-origin-embedder-policy: require-corp
cross-origin-opener-policy: same-origin

See https://web.dev/cross-origin-isolation-guide/ for why this is neede

Commit count: 6

cargo fmt