Skip to content

Commit 0627bf3

Browse files
committed
更新到 v1.2.0 版本
1 parent 4d89235 commit 0627bf3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
package version
55

6-
const Version = "v1.1.0"
6+
const Version = "v1.2.0"

waroot/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.0
1+
v1.2.0

waroot/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 版本日志
22

3+
- v1.2.0 (2025-09-29)
4+
- `new` 内置函数实验性增加第二个可选参数, 用于指定初始值
5+
- 实验性增加 `wa rv2elf` 凹汇编器, 支持中英文汇编语法输出到 RISC-V 本地 elf 格式的裸机可执行程序
6+
- 实验性增加 `wa wemu` 模拟器用于执行 RISC-V 裸机程序
37
- v1.1.0 (2025-07-16)
48
- 增加 `__POS__` 预定义常量, 表示当前代码在全局的位置偏移量, 同时生成独立的位置表文件
59
- 实验性增加 C 语言后端, 通过 `wa build -wat2c-native` 命令生成 C 语言工程

0 commit comments

Comments
 (0)