Skip to content

Commit

Permalink
fix: TypeScript types (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Jul 8, 2024
1 parent 6b0acbf commit 304aa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/transpile.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function wasm2Js (source) {
* @param {{
* name: string,
* instantiation?: 'async' | 'sync',
* importBindings?: 'js' | 'optimized', 'hybrid', 'direct-optimized',
* importBindings?: 'js' | 'optimized' | 'hybrid' | 'direct-optimized',
* map?: Record<string, string>,
* validLiftingOptimization?: bool,
* tracing?: bool,
Expand Down

0 comments on commit 304aa9d

Please sign in to comment.