mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 04:01:46 +00:00
Move TLSF to stdlib, see #15
This commit is contained in:
2
tests/tlsf/assembly/index.ts
Normal file
2
tests/tlsf/assembly/index.ts
Normal file
@ -0,0 +1,2 @@
|
||||
import "allocator/tlsf";
|
||||
export { allocate_memory, free_memory };
|
6
tests/tlsf/assembly/tsconfig.json
Normal file
6
tests/tlsf/assembly/tsconfig.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "../../../std/assembly.json",
|
||||
"include": [
|
||||
"./**/*.ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user