Attempt adding binaryen - doesn't actually run though

This commit is contained in:
2018-09-09 00:06:48 -04:00
parent e7edfc1e8c
commit d6c662ac80
11 changed files with 7987 additions and 0 deletions

15
binaryen/Cargo.toml Normal file
View File

@ -0,0 +1,15 @@
[package]
authors = ["Bradlee Speice"]
categories = ["wasm"]
description = "A no-framework WASM Electron app"
license = "Apache-2.0/MIT"
name = "stdweb_electron"
readme = "./README.md"
repository = "https://github.com/rustwasm/rust-webpack-template"
version = "0.1.0"
[lib]
crate-type = ["cdylib"]
[dependencies]
stdweb = "0.4"