Skip to content

v4nn4/glyphs-generator-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glyphs-generator-rs

This repository is a Rust port of glyphs-generator. it compiles to WebAssembly and is used in this demo website.

Compile

To install dependencies and compile the Rust package, run

cargo build

In order to compile to WebAssembly, run

wasm-pack build --target web

More information on https://developer.mozilla.org/en-US/docs/WebAssembly/Rust_to_Wasm.

Run tests

To run unit tests, run

cargo test

Run examples

To run examples, run

cargo run --example hello

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages