Skip to content

Commit

Permalink
types: export UnwasmPluginOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 28, 2023
1 parent 705e178 commit deace11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import {
} from "./shared";
import { getPluginUtils, getWasmBinding } from "./runtime";

export type { UnwasmPluginOptions } from "./shared";

const unplugin = createUnplugin<UnwasmPluginOptions>((opts) => {
const assets: Record<string, WasmAsset> = Object.create(null);

Expand Down

0 comments on commit deace11

Please sign in to comment.