mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 10:41:42 +00:00
layout rtti with fixed ids for buffers and strings
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
export function foo(): string {
|
||||
return "";
|
||||
}
|
||||
|
||||
var a = foo();
|
||||
__release(changetype<usize>(a));
|
||||
|
Reference in New Issue
Block a user