Skip to content

Commit 77aec28

Browse files
committed
make exports() public for cw-debug-ui memory inspection
1 parent 53c5aab commit 77aec28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class VMInstance {
4848
this.instance = result.instance;
4949
}
5050

51-
protected get exports(): any {
51+
public get exports(): any {
5252
if (!this.instance)
5353
throw new Error('Please init instance before using methods');
5454
return this.instance!.exports;

0 commit comments

Comments
 (0)