Skip to content

Instantly share code, notes, and snippets.

@syrusakbary
Last active July 10, 2019 06:54
Show Gist options
  • Save syrusakbary/35bc1e378419c4d4df4b1512d8037c83 to your computer and use it in GitHub Desktop.
Save syrusakbary/35bc1e378419c4d4df4b1512d8037c83 to your computer and use it in GitHub Desktop.
[package]
name = "example-cli"
version = "0.0.1"
description = "An example WASI cli app"
repository = "https://github.com/wapm-packages/example-cli"
homepage = "https://github.com/wapm-packages/example-cli"
[[module]]
name = "example-cli"
source = "example-cli.wasm"
[module.interfaces]
# We indicate this module uses the WASI interface here
wasi = "0.0.0-unstable"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment