Initial work on creating a WASM interface for PkmnLibRs

This commit is contained in:
2022-07-24 09:25:37 +02:00
commit ce39ed9a9a
33 changed files with 36036 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
/target
**/*.rs.bk
Cargo.lock
bin/
.idea