mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-20 18:26:40 +00:00
More cleanup and a possible fix for #29
This commit is contained in:
@ -14,6 +14,4 @@ export function free_memory(ptr: usize): void {
|
||||
free(ptr);
|
||||
}
|
||||
|
||||
export function reset_memory(): void {
|
||||
throw new Error("not supported");
|
||||
}
|
||||
export { reset_memory } from "./none";
|
||||
|
Reference in New Issue
Block a user