mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-29 22:51:46 +00:00
Implement reference counting (#592)
This commit is contained in:
@ -28,3 +28,5 @@ export namespace ns {
|
||||
function one(): void {}
|
||||
export function two(): void {}
|
||||
}
|
||||
|
||||
export default ns;
|
||||
|
Reference in New Issue
Block a user