Crate terrazzo_build

Source
Expand description

§Terrazzo build scripts

Build script helper to compile and package the client WASM.

This avoids the need to use custom CLI tools in the build process to package the server binary and client WASM runtime. cargo is all you need to build and deploy!

Structs§

BuildError
Errors returned by build.
BuildOptions
Options for build.

Functions§

build
A cargo build script helper, to compile the client code to WASM and copy assets to the target folder.
build_css
Invokes stylance at compile time.