mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
532 B
532 B
epoxy
Building
Server
- Generate certs with
mkcert
and place the public certificate in./server/src/pem.pem
and private certificate in./server/src/key.pem
- Run
cargo r --bin epoxy-server
, optionally with-r
flag for release
Client
- Make sure you have the
wasm32-unknown-unknown
target installed,wasm-bindgen
andwasm-opt
executables installed, andbash
,python3
packages (python3
is used forhttp.server
module) - Run
bash build.sh
to build without wasm-opt and start a webserver