Skip to content

Commit

Permalink
fix: typo (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
godky authored Sep 6, 2024
1 parent 763a9cd commit 57e92af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import { init, parse } from 'es-module-lexer';
// Source phase imports:
import source mod from './mod.wasm';
import.source('./mod.wasm);
import.source('./mod.wasm');
`;

const [imports, exports] = parse(source, 'optional-sourcename');
Expand Down

0 comments on commit 57e92af

Please sign in to comment.