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 d2edc9f commit e3997ccCopy full SHA for e3997cc
packages/npm-packages/ruby-wasm-wasi/src/binding.ts
@@ -76,7 +76,7 @@ export class ComponentBinding implements Binding {
76
return this.underlying.rbErrinfo();
77
}
78
rbClearErrinfo(): void {
79
- return this.rbClearErrinfo();
+ return this.underlying.rbClearErrinfo();
80
81
rstringPtr(value: RbAbiValue): string {
82
return this.underlying.rstringPtr(value);
0 commit comments