ewebsock icon indicating copy to clipboard operation
ewebsock copied to clipboard

you cannot `trunk serve` the example app out of the box

Open duckfromdiscord opened this issue 2 years ago • 1 comments

There is no index.html for trunk to use when you first clone this repo. To build the example app for WASM, trunk requires an index.html and a couple dependencies. There seems to be some functionality in the code already for WASM but it is unfinished and we cannot build for WASM.

This change here makes it so that you can clone the repo, move into the example app folder, and trunk serve right away: https://github.com/duckfromdiscord/ewebsock/commit/0b7938d0411f1b8048b2b687c3a3d00202a02a67

duckfromdiscord avatar Feb 15 '23 14:02 duckfromdiscord

Feel free to make a PR to make it easy to compile with trunk

emilk avatar Feb 15 '23 15:02 emilk

  • Closed by https://github.com/rerun-io/ewebsock/pull/38

emilk avatar Oct 10 '24 12:10 emilk