File tree Expand file tree Collapse file tree 6 files changed +4
-36
lines changed
Expand file tree Collapse file tree 6 files changed +4
-36
lines changed Original file line number Diff line number Diff line change @@ -206,23 +206,6 @@ $ cd waroot && wa run examples/prime
20620629
207207```
208208
209- ## 例子:Chrome本地AI
210-
211- Chrome builtin Gemini Nano Demo:
212-
213- ``` wa
214- import "ai"
215-
216- func main {
217- ai.RequestSession(func(session: ai.Session){
218- session.PromptAsync("Who are you?", func(res: string) {
219- println(res)
220- })
221- })
222- }
223- ```
224-
225-
226209更多例子 [ waroot/examples] ( waroot/examples )
227210
228211## 贡献者名单
Original file line number Diff line number Diff line change @@ -173,22 +173,6 @@ $ cd waroot && wa run examples/prime
17317329
174174```
175175
176- ## Example: Chrome Native AI
177-
178- Chrome builtin Gemini Nano Demo:
179-
180- ``` wa
181- import "ai"
182-
183- func main {
184- ai.RequestSession(func(session: ai.Session){
185- session.PromptAsync("Who are you?", func(res: string) {
186- println(res)
187- })
188- })
189- }
190- ```
191-
192176More examples [ waroot/examples] ( waroot/examples )
193177
194178## Contributors
Original file line number Diff line number Diff line change 33
44package version
55
6- const Version = "v1.4 .0"
6+ const Version = "v1.5 .0"
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ func main() {
103103 apprun .CmdRun ,
104104 appfmt .CmdFmt ,
105105 apptest .CmdTest ,
106- applsp .CmdLsp ,
107106 appyacc .CmdYacc ,
108107 applogo .CmdLogo ,
109108
@@ -127,6 +126,7 @@ func main() {
127126 appgo2wz .CmdGo2wz ,
128127 appcir .CmdCir ,
129128 appdoc .CmdDoc ,
129+ applsp .CmdLsp ,
130130 }
131131
132132 cliApp .Run (os .Args )
Original file line number Diff line number Diff line change 1- v1.4 .0
1+ v1.5 .0
Original file line number Diff line number Diff line change 11# 版本日志
22
33- dev (2025-??-??)
4+ - v1.5.0 (2025-12-04)
45 - 完善中文版的支持, 修复中英文错误接口不能互通的问题
56 - 标准库增加中文版的“万国码/码八方”包
67 - 凹语言RISCV汇编器支持中文指令集
You can’t perform that action at this time.
0 commit comments