Skip to content

Commit 56da5ae

Browse files
Fix CI
1 parent 24f18d3 commit 56da5ae

File tree

4 files changed

+1415
-1050
lines changed

4 files changed

+1415
-1050
lines changed

instrumentation/wasm-instrumentation.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ interface Instrumenter {
1616
_free(ptr: number): void;
1717
}
1818

19-
declare function initInstrumenter(initInstrumenter?: {}): Promise;
19+
declare function initInstrumenter(initInstrumenter?: {}): Promise<Instrumenter>;

0 commit comments

Comments
 (0)