mirror of
https://gitee.com/wa-lang/wa.git
synced 2025-12-06 17:19:15 +08:00
增加WA酱和Logo的动画, 更新到readme
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
凹语言(凹读音“Wā”)是针对 WebAssembly 设计的编程语言,目标是为高性能网页应用提供一门简洁、可靠、易用、强类型的编译型通用语言。凹语言的代码生成器及运行时为全自主研发(不依赖于LLVM等外部项目),实现了全链路自主可控。目前凹语言处于工程试用阶段。
|
||||
|
||||

|
||||

|
||||
|
||||
- 主页: [https://wa-lang.org](https://wa-lang.org)
|
||||
- 参考手册: [https://wa-lang.org/man/](https://wa-lang.org/man/)
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
- 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/)
|
||||
|
||||
7
docs/images/wa-chan/Makefile
Normal file
7
docs/images/wa-chan/Makefile
Normal 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:
|
||||
31
docs/images/wa-chan/wa-chan-front-small-logo-animate1.svg
Normal file
31
docs/images/wa-chan/wa-chan-front-small-logo-animate1.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user