add comment; add wapm.toml

This commit is contained in:
Mark McCaskey
2019-04-29 11:33:03 -07:00
parent c48171c19e
commit 0f22a515be
2 changed files with 13 additions and 0 deletions

View File

@ -10,6 +10,7 @@ fn it_works(_ctx: &mut Ctx) -> i32 {
}
fn main() {
// Load the plugin data
let wasm_bytes = std::fs::read(PLUGIN_LOCATION).expect(&format!(
"Could not read in WASM plugin at {}",
PLUGIN_LOCATION