Skip to content

Commit

Permalink
Add wapm.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ibillingsley committed Aug 22, 2022
1 parent edbebdf commit f584e07
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added dist/one-slime-army.wasm
Binary file not shown.
18 changes: 18 additions & 0 deletions wapm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[package]
name = "ibillingsley/one-slime-army"
version = "1.1.0"
description = "One Slime Army is an arcade endless wave survival game for the WASM-4 fantasy console"
license = "ISC"
readme = "README.md"
repository = "https://github.com/ibillingsley/wasm4-gamejam"

[[module]]
name = "one-slime-army"
source = "dist/one-slime-army.wasm"
abi = "wasm4"
interfaces = { wasm4 = "0.0.1" }

[[command]]
runner = "[email protected]"
name = "play"
module = "one-slime-army"

0 comments on commit f584e07

Please sign in to comment.