Skip to content

Commit 76e9cba

Browse files
author
Ayush Jha
committed
Fix names of all the packages
1 parent 8d81005 commit 76e9cba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/compiler-cranelift/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "wasmer"
2+
name = "wasmer_compiler_cranelift"
33
version = "1.1.0"
44
description = "Python extension to run WebAssembly binaries"
55
readme = "README.md"

packages/compiler-llvm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "wasmer"
2+
name = "wasmer_compiler_llvm"
33
version = "1.1.0"
44
description = "Python extension to run WebAssembly binaries"
55
readme = "README.md"

packages/compiler-singlepass/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "wasmer"
2+
name = "wasmer_compiler_singlepass"
33
version = "1.1.0"
44
description = "Python extension to run WebAssembly binaries"
55
readme = "README.md"

0 commit comments

Comments
 (0)