← 返回首页
GitHub - zzhack-stack/zzhack-cli: 💻 zzhack-cli is a Command Tool to help you quickly generate a WASM WebApp with simple configuration and zero code · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

zzhack-stack/zzhack-cli

Go to file
Code

Repository files navigation

More items

English | 中文文档

zzhack-cli is a Command Tool that can help you quickly generate a WASM WebApp with simple configuration and zero code. It's worth mention that UI template is from zzhack, you can navigate to Live Demo for real experience.

Quick start

zzhack was written by Rust, thus you need to prepare the development environment for Rust for get some CLI which we need, such as trunk, zzhack etc. You can visit Rust Book or rust-lang.org for more detail about Rust installation.

After you have the Rust development environment, you'll also need some Command Tools to help you building. Copy the following commands in your terminal to install them.

rustup target add wasm32-unknown-unknown cargo install trunk zzhack

Now, let's launch your first WASM WebApp!

# Create project workspace mkdir my-first-wasm-project cd my-first-wasm-project zzhack init zzhack serve

Docs

You can use the zzhack default config by zzhack init for more detail of docs.

License

MIT.

About

💻 zzhack-cli is a Command Tool to help you quickly generate a WASM WebApp with simple configuration and zero code

Topics

Resources

License

Stars

24 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Footer

© 2026 GitHub, Inc.