# SPDX-FileCopyrightText: 2025 Romain Maneschi # # SPDX-License-Identifier: EUPL-1.2 [tools] "github:tinygo-org/tinygo" = "0.39.0" go = "1.25" node = "24.8" rust = "1.90.0" "github:WebAssembly/wabt" = "1.0.37" [tasks.build] description = "Build the single binary" run = "make build" [tasks.init] description = "Configure your git client" run = ".gitroot/init.sh" [tasks.issue] description = "Create an issue" run = ".gitroot/issue.sh" [tasks.test] description = "Execute tests" run = "make testall"