mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 02:31:41 +00:00
rt hooks all over the place
still some work to do on optimizing away retain/release calls, but this looks promising
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
export { __alloc, __realloc, __free } from "./tlsf";
|
||||
export { __retain, __release, __collect } from "./purerc";
|
||||
export { __instanceof, __typeinfo } from "./common";
|
||||
export { __alloc, __realloc, __free } from "rt/tlsf";
|
||||
export { __retain, __release, __collect } from "rt/purerc";
|
||||
export { __instanceof, __typeinfo } from "rt/common";
|
||||
|
Reference in New Issue
Block a user