Compare commits

...

5 Commits

Author SHA1 Message Date
Scott Richmond
c100bc1adc Merge branch 'main' into release 2025-07-09 18:18:21 -04:00
Scott Richmond
bd49905caf built for release 2025-07-09 18:18:21 -04:00
Scott Richmond
bc33b37c8a builded 2025-07-09 18:17:30 -04:00
Scott Richmond
56313d2cf4 add :clear msg to turtle_listener 2025-07-09 18:17:09 -04:00
Scott Richmond
04f73cbdda fix release recipe 2025-07-09 18:08:16 -04:00
3 changed files with 4 additions and 3 deletions

View File

@ -1398,6 +1398,7 @@ fn turtle_listener () -> {
(:home!) -> add_command! (self (), (:home)) (:home!) -> add_command! (self (), (:home))
(:goto!, x as :number, y as :number) -> add_command! (self (), (:goto, (x, y))) (:goto!, x as :number, y as :number) -> add_command! (self (), (:goto, (x, y)))
(:goto!, (x as :number, y as :number)) -> add_command! (self (), (:goto, (x, y))) (:goto!, (x as :number, y as :number)) -> add_command! (self (), (:goto, (x, y)))
(:clear) -> add_command! (self (), (:clear))
(:show!) -> add_command! (self (), (:show)) (:show!) -> add_command! (self (), (:show))
(:hide!) -> add_command! (self (), (:hide)) (:hide!) -> add_command! (self (), (:hide))
(:loadstate!, state) -> { (:loadstate!, state) -> {

View File

@ -29,7 +29,7 @@ release:
echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }} echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }}
just build just build
-git commit -am "built for release" -git commit -am "built for release"
git checkout release -m "merging for release" git checkout release
git merge main git merge main
git push git push
git checkout main git checkout main

BIN
pkg/rudus_bg.wasm (Stored with Git LFS)

Binary file not shown.