permanganate 0.2.0

Graph and Boolean SAT solver for Numberlink and Flow Free
Documentation
1
2
3
4
5
6
7
8
9
10
11
use wasm_bindgen::prelude::wasm_bindgen;

#[wasm_bindgen]
extern {
    fn alert(s: &str);
}

#[wasm_bindgen]
pub fn bingus() {
    alert("bingus");
}