mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-13 23:11:41 +00:00
Implement function types / indirect calls / trampolines (#39)
This commit is contained in:
@ -19,4 +19,6 @@ export function free_memory(ptr: usize): void {
|
||||
}
|
||||
|
||||
@global
|
||||
export { reset_memory } from "./none";
|
||||
export function reset_memory(): void {
|
||||
unreachable();
|
||||
}
|
||||
|
Reference in New Issue
Block a user