mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-30 07:02:24 +00:00
Make TLSF always align to 8 bytes, see #15
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @file Memory Allocator Stub
|
||||
*/
|
||||
|
||||
export function allocate_memory(size: usize): usize {
|
||||
throw new Error("not supported");
|
||||
}
|
||||
|
Reference in New Issue
Block a user