Compare commits

..

No commits in common. "d2c3269eba33b81f73f3a5b17399a466f524986e" and "0b8249545142b4ba397591dcc65fb93565710cda" have entirely different histories.

3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "mixsy"
description = "combine Bitsy games"
version = "0.75.1"
version = "0.75.0"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
license = "MIT"
@ -15,4 +15,4 @@ crate-type = ["cdylib"]
[dependencies]
"bitsy-parser" = "^0.75.0"
"lazy_static" = "^1.4.0"
"wasm-bindgen" = "^0.2.74"
"wasm-bindgen" = "^0.2.64"

View File

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

View File

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