More cleanup and a possible fix for #29

This commit is contained in:
dcodeIO
2018-02-16 11:55:13 +01:00
parent f729444320
commit 3d7e8b2b7a
17 changed files with 1038 additions and 680 deletions

View File

@ -486,3 +486,5 @@ export function free_memory(data: usize): void {
}
}
}
export { reset_memory } from "./none";