Compare commits

..

3 Commits

Author SHA1 Message Date
6794672c97 update for new version (doesn't really matter though) 2021-11-06 15:20:27 +00:00
d2c3269eba bump wasm-bindgen 2021-07-08 18:40:55 +01:00
215af194c8 remove unnecessary comment 2021-07-08 18:38:28 +01:00
3 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "mixsy" name = "mixsy"
description = "combine Bitsy games" description = "combine Bitsy games"
version = "0.75.0" version = "0.710.0"
authors = ["Max Bradbury <max@tinybird.info>"] authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
@@ -13,6 +13,6 @@ repository = "https://tinybird.dev/max/mixsy"
crate-type = ["cdylib"] crate-type = ["cdylib"]
[dependencies] [dependencies]
"bitsy-parser" = "^0.75.0" "bitsy-parser" = "^0.710.0"
"lazy_static" = "^1.4.0" "lazy_static" = "^1.4.0"
"wasm-bindgen" = "^0.2.64" "wasm-bindgen" = "^0.2.78"

View File

@@ -2,5 +2,4 @@
cargo build cargo build
pug index.pug pug index.pug
set -ex
wasm-pack build --target web wasm-pack build --target web

View File

@@ -27,6 +27,5 @@ html(lang="en-gb")
.square.centre .square.centre
h2 output h2 output
textarea#c textarea#c
//- Note the usage of `type=module` here as this is an ES6 module -->
script(type="module") script(type="module")
include index.js include index.js