We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c5aab commit 77aec28Copy full SHA for 77aec28
src/instance.ts
@@ -48,7 +48,7 @@ export class VMInstance {
48
this.instance = result.instance;
49
}
50
51
- protected get exports(): any {
+ public get exports(): any {
52
if (!this.instance)
53
throw new Error('Please init instance before using methods');
54
return this.instance!.exports;
0 commit comments