增加WA酱和Logo的动画, 更新到readme

This commit is contained in:
chai2010
2025-02-10 22:58:52 +08:00
parent 2b0c8b5c1d
commit 88e3831846
4 changed files with 40 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
凹语言凹读音“Wā”是针对 WebAssembly 设计的编程语言目标是为高性能网页应用提供一门简洁、可靠、易用、强类型的编译型通用语言。凹语言的代码生成器及运行时为全自主研发不依赖于LLVM等外部项目实现了全链路自主可控。目前凹语言处于工程试用阶段。
![](docs/images/logo/logo-animate1.svg)
![](docs/images/wa-chan/wa-chan-front-small-logo-animate1.svg)
- 主页: [https://wa-lang.org](https://wa-lang.org)
- 参考手册: [https://wa-lang.org/man/](https://wa-lang.org/man/)

View File

@@ -18,7 +18,7 @@
Wa-lang is a general-purpose programming language designed for for WebAssembly. The goal is to provide a simple, reliable, easy-to-use, statically typed language for high-performance web applications. The code generator and runtime are fully independently developed (not dependent on external projects such as LLVM). Currently, Wa-lang is in the engineering trial stage.
![](docs/images/logo/logo-animate1.svg)
![](docs/images/wa-chan/wa-chan-front-small-logo-animate1.svg)
- Home: [https://wa-lang.github.io/](https://wa-lang.github.io/)
- Manual: [https://wa-lang.github.io/man/en/](https://wa-lang.github.io/man/en/)

View File

@@ -0,0 +1,7 @@
default:
front-small-base64:
convert -resize 5% wa-chan-front.png wa-chan-front-small.png
base64 -i wa-chan-front-small.png -o wa-chan-front-small.txt
clean:

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB