Skip to content

Commit 4d4d95a

Browse files
committed
Mark rust as abi3
1 parent 2e2e7a5 commit 4d4d95a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

rust/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ src = "/"
135135

136136
[tool.hatch.build.hooks.hatch-rs]
137137
verbose = true
138+
abi3 = true
138139
module = "{{module}}"
139140
path = "."
140141

rustjswasm/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ targets = [
144144

145145
[tool.hatch.build.hooks.hatch-rs]
146146
verbose = true
147+
abi3 = true
147148
module = "{{module}}"
148149
path = "."
149150

0 commit comments

Comments
 (0)