mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-26 17:03:09 +00:00
13 lines
215 B
TOML
13 lines
215 B
TOML
|
|
[package]
|
||
|
|
id = "org.weft.demo.counter"
|
||
|
|
name = "Counter"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Stateless counter demonstrating weft:app/ipc"
|
||
|
|
author = "WEFT OS"
|
||
|
|
|
||
|
|
[runtime]
|
||
|
|
module = "app.wasm"
|
||
|
|
|
||
|
|
[ui]
|
||
|
|
entry = "ui/index.html"
|