mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-29 14:41:52 +00:00
Update binaryen to latest nightly; Source map support
This commit is contained in:
10
std/assembly/allocator/tlsf.ts
Normal file
10
std/assembly/allocator/tlsf.ts
Normal file
@ -0,0 +1,10 @@
|
||||
// Re-export for now, so there's just one source file being worked on
|
||||
|
||||
export {
|
||||
allocate_memory,
|
||||
free_memory
|
||||
} from "../../../examples/tlsf/assembly/tlsf";
|
||||
|
||||
export function reset_memory(): void {
|
||||
throw new Error("not supported");
|
||||
}
|
Reference in New Issue
Block a user