[package] name = "wasmmobile" version = "0.0.1" authors = ["Michael Yuan "] description = "Mobile OS bindings for WebAssembly on WasmEdge." repository = "https://github.com/wasmmobile/rust" license = "MIT OR Apache-2.0" readme = "README.md" documentation = "https://wasmedge.org/book/en/" homepage = "https://www.secondstate.io/" edition = "2021" [lib] name = "wasmmobile" path = "src/lib.rs" [dependencies]