10 lines
192 B
TOML
10 lines
192 B
TOML
name = "http-hello-world"
|
|
language = "tinygo"
|
|
type = "component"
|
|
version = "0.1.0"
|
|
|
|
[component]
|
|
wit_world = "hello"
|
|
wasm_target = "wasm32-wasip2"
|
|
destination = "build/http_hello_world_s.wasm"
|