This commit is contained in:
Matthew Ryan Dillon 2020-10-28 09:30:25 -07:00
parent 1d04a7139f
commit 5b7fc59257
2 changed files with 10 additions and 1 deletions

View file

@ -3,7 +3,7 @@ mod utils;
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern {
extern "C" {
fn alert(s: &str);
}