Skip to content

Commit

Permalink
Update generated WASM glue
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Sep 23, 2024
1 parent e6aa1d7 commit 0dfe991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/tracer/src/r2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare namespace RuntimeExports {
* @param {Array=} argTypes
* @param {Object=} opts
*/
function cwrap(ident: any, returnType?: string | undefined, argTypes?: any[] | undefined, opts?: any | undefined): (...args: any[]) => any;
function cwrap(ident: any, returnType?: string | undefined, argTypes?: any[] | undefined, opts?: any | undefined): any;
/**
* Given a pointer 'ptr' to a null-terminated UTF8-encoded string in the
* emscripten HEAP, returns a copy of that string as a Javascript String object.
Expand Down
2 changes: 1 addition & 1 deletion apps/tracer/src/r2.js

Large diffs are not rendered by default.

0 comments on commit 0dfe991

Please sign in to comment.