#template #compiler #glass-easel #wasm #browser #framework #target

bin+lib glass-easel-template-compiler

The template compiler of the glass-easel project

16 releases (9 breaking)

new 0.10.1 Sep 11, 2024
0.9.0 Aug 7, 2024
0.8.2 Jul 24, 2024
0.3.1 Mar 1, 2024
0.1.1 Feb 3, 2023

#1266 in Web programming

Download history 155/week @ 2024-05-15 163/week @ 2024-05-22 1/week @ 2024-05-29 5/week @ 2024-06-05 151/week @ 2024-06-12 244/week @ 2024-06-19 51/week @ 2024-06-26 81/week @ 2024-07-03 120/week @ 2024-07-10 257/week @ 2024-07-24 10/week @ 2024-07-31 116/week @ 2024-08-07 2/week @ 2024-08-14

118 downloads per month
Used in glass-easel-i18n

MIT license

475KB
12K SLoC

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-nodejs

Build binary:

cargo build --release

Build for simple browser usage:

wasm-pack build glass-easel-template-compiler --target no-modules --out-dir pkg-web

See the main project for the detailed usage.

Dependencies

~13–27MB
~433K SLoC