mirror of
https://github.com/speice-io/isomorphic-rust
synced 2025-07-12 03:04:47 -04:00
Attempt adding binaryen - doesn't actually run though
This commit is contained in:
15
binaryen/Cargo.toml
Normal file
15
binaryen/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user