summaryrefslogtreecommitdiffstats
path: root/vendor/handlebars/wasm/wapm.toml
blob: eca9c7887d4779892072be2bde69998334d2c8d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sunng/handlebars"
version = "1.0.0"
description = "wasm packages for handlebars"
license = "MIT"
repository = "https://github.com/sunng87/handlebars-rust"

[[module]]
name = "handlebars-cli"
source = "handlebars-cli.wasm"
abi = "wasi"

# [module.interfaces]
# wasi = "0.0.0-unstable"

[[command]]
name = "handlebars-cli"
module = "handlebars-cli"