mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 10:41:42 +00:00
More cleanup and a possible fix for #29
This commit is contained in:
@ -15,6 +15,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