Create a library for the Wasm dev backend

This commit is contained in:
Brian Carroll 2021-08-28 22:18:18 +01:00
parent bb256ebd48
commit 863f449048
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}