Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 16, 2024
1 parent fe31895 commit 3c37db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export function createLazyWasmModule(_instantiator) {

export async function getWasmImports(
asset: WasmAsset,
opts: UnwasmPluginOptions,
_opts: UnwasmPluginOptions, // eslint-disable-line @typescript-eslint/no-unused-vars
) {
const importNames = Object.keys(asset.imports || {});
if (importNames.length === 0) {
Expand Down

0 comments on commit 3c37db1

Please sign in to comment.