mist-lang
v0.5.0
Published
Mist compiler for WeChat mini-programs
Maintainers
Readme
mist-lang
Compiler for .mist single-file components. It targets native WeChat Mini Program code.
Install
npm install -g mist-langThe install puts the mistc command on your PATH. A Rust toolchain is not necessary.
Use
mistc build src -o distSupported platforms
| Platform | Architecture | |---|---| | macOS | arm64, x64 | | Linux (glibc) | x64, arm64 | | Linux (musl) | x64 | | Windows | x64 |
The correct binary installs automatically for your platform.
Documentation
See the project README.
License
MIT
