Skip to content

Commit ac74149

Browse files
committed
凹语言英文表述统一用 Wa
1 parent 52a4b0a commit ac74149

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
</div>
1818

19-
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.
19+
Wa (Chinese name "凹", which pronounced "Wa") 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 is in the engineering trial stage.
2020

2121
![](docs/images/wa-chan/wa-chan-front-small-logo-animate1.svg)
2222

@@ -32,7 +32,7 @@ The project is still in the prototype stage. If you have co-construction or PR n
3232

3333
> Note: Our canonical Git repository is located at https://gitcode.com/wa-lang/wa. There is a mirror of the repository at https://github.com/wa-lang/wa. Unless otherwise noted, the Wa source files are distributed under the AGPL-v3 license found in the LICENSE file.
3434
35-
> Note: Submitting a PR to this repository is deemed to be your recognition and acceptance of the [Wa-lang Contributor Agreement](./wca/wca.md)(Aka WCA), but your PRs will not be reviewed or accepted until WCA is actually signed.
35+
> Note: Submitting a PR to this repository is deemed to be your recognition and acceptance of the [Wa Contributor Agreement](./wca/wca.md)(Aka WCA), but your PRs will not be reviewed or accepted until WCA is actually signed.
3636
3737
## Playground
3838

docs/images/wa-chan/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
## 🎨 设计理念
2121

22-
WA酱是凹语言(Wa-lang)的拟人化吉祥物,形象设计结合了二次元萌系风格与现代科技感,以亲和力、可扩展性、自由精神为核心概念,充分展现凹语言的核心特点。
22+
WA酱是凹语言(The Wa Programming Language)的拟人化吉祥物,形象设计结合了二次元萌系风格与现代科技感,以亲和力、可扩展性、自由精神为核心概念,充分展现凹语言的核心特点。
2323

2424
1️⃣ **科技感配色**
2525
主色调采用**浅蓝绿+白色+银灰**,象征凹语言的高效、灵活以及现代感,同时也呼应 WebAssembly 的前沿技术气息。

test_gitcode

-1
This file was deleted.

waroot/examples/brainfuck/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 凹语言/Wa-lang Brainfuck Webassembly
1+
# 凹语言/Wa Brainfuck Webassembly
22

33
- https://wa-lang.org/wa/brainfuck
44
- https://wa-lang.org/smalltalk/st0013.html

waroot/src/syscall/wasm4/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ global smiley = [8]byte{...}
3232
#wa:export update
3333
func Update {
3434
wasm4.SetDrawColors(2, 0, 0, 0)
35-
wasm4.Text("Hello from Wa-lang!", 10, 10)
35+
wasm4.Text("Hello from Wa!", 10, 10)
3636
3737
gamepad := wasm4.GetGamePad1()
3838
if gamepad&wasm4.BUTTON_1 != 0 {

wca/readme_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for your interest in contributing projects hosted or managed by wa-lang Development Studio!
44

5-
Before launching a PR for the first time, you need to sign the "Wa-lang Contributor Agreement"(Aka WCA) by sending a email that signing WCA to <[email protected]> through the email address you used when commiting.
5+
Before launching a PR for the first time, you need to sign the "Wa Contributor Agreement"(Aka WCA) by sending a email that signing WCA to <[email protected]> through the email address you used when commiting.
66

77
You need to include the full text of WCA in the signed email you send, and replace the underline text("___") in the first line with your email address. The full text of WCA template is as follows:
88

0 commit comments

Comments
 (0)