Skip to content

Instantly share code, notes, and snippets.

@autodidaddict
Created July 15, 2019 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save autodidaddict/ef8fc8b83a7a5f4340405c6e8d40caef to your computer and use it in GitHub Desktop.
Save autodidaddict/ef8fc8b83a7a5f4340405c6e8d40caef to your computer and use it in GitHub Desktop.
Waxosuit Echo Tutorial - sample Wapm manifest file
[package]
name = "autodidaddict/echo-example"
version = "0.0.3"
description = "An example echo server built for Waxosuit"
license = "Apache-2"
readme = "README.md"
repository = "https://github.com/waxosuit/echo-example"
homepage = "https://waxosuit.io/getstarted"
[[module]]
name = "echo-example"
source = "echo-example.wasm"
[module.interfaces]
wascap = "0.0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment