Skip to content

Commit 1c4ffda

Browse files
vmanotashvardanian
authored andcommitted
Refactor: Swift bindings
Refactor: Optimize Swift bindings Update
1 parent da72015 commit 1c4ffda

File tree

6 files changed

+81
-7434
lines changed

6 files changed

+81
-7434
lines changed

Package.swift

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ import PackageDescription
44
let package = Package(
55
name: "StringZilla",
66
products: [
7-
.library(name: "StringZilla", targets: ["StringZillaC", "StringZilla"])
7+
.library(
8+
name: "StringZilla",
9+
targets: ["StringZillaC", "StringZilla"]
10+
)
811
],
912
targets: [
1013
.target(

include/stringzilla/spm-fix.c

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

javascript/stringzilla.d.ts

-17
This file was deleted.

javascript/test.js

-11
This file was deleted.

0 commit comments

Comments
 (0)