glass-easel-template-compiler
v0.17.2
Published
The template compiler of the glass-easel project.
Readme
glass-easel-template-compiler
The template compiler for the glass-easel project.
Refer to the glass-easel project for further details.
Build
rust toolchain and wasm-pack should be globally installed.
Build WebAssembly binary:
wasm-pack build glass-easel-template-compiler --target nodejs --out-dir pkg-nodejsBuild binary:
cargo build --releaseBuild for simple browser usage:
wasm-pack build glass-easel-template-compiler --target no-modules --out-dir pkg-webSee the main project for the detailed usage.
