Skip to content

Commit

Permalink
Expose WasmParser as a library product
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed May 1, 2024
1 parent 60fdfae commit 36270de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ let package = Package(
name: "WasmKit",
targets: ["WasmKit"]
),
.library(
name: "WasmParser",
targets: ["WasmParser"]
),
.library(
name: "WasmKitWASI",
targets: ["WasmKitWASI"]
Expand Down

0 comments on commit 36270de

Please sign in to comment.