Skip to content

Commit

Permalink
update pyproject.toml file to add new script
Browse files Browse the repository at this point in the history
  • Loading branch information
sskeirik committed Dec 5, 2024
1 parent 3e62d7e commit d50d930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pykwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ authors = [
]

[tool.poetry.scripts]
run-wasm = "pykwasm.run_wasm:main"
wasm2kast = "pykwasm.wasm2kast:main"
kwasm = "pykwasm.scripts.kwasm:main"
kwasm-convert = "pykwasm.scripts.convert:main"
Expand Down

0 comments on commit d50d930

Please sign in to comment.