mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 17:01:37 +00:00
move stuff, run both untouched and optimized
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
export { __alloc, __realloc, __free } from "rt/tlsf";
|
||||
export { __retain, __release, __collect } from "rt/purerc";
|
||||
export { __instanceof, __typeinfo } from "rt/common";
|
||||
export { __retain, __release, __collect } from "rt/pure";
|
||||
export { __instanceof, __typeinfo } from "rt";
|
||||
|
Reference in New Issue
Block a user