diff options
Diffstat (limited to 'vendor/handlebars/wasm/wapm.toml')
-rw-r--r-- | vendor/handlebars/wasm/wapm.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/handlebars/wasm/wapm.toml b/vendor/handlebars/wasm/wapm.toml new file mode 100644 index 000000000..eca9c7887 --- /dev/null +++ b/vendor/handlebars/wasm/wapm.toml @@ -0,0 +1,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" |