Skip to content

Commit

Permalink
remove changes for second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sskeirik committed Dec 7, 2024
1 parent cdfa557 commit 2615f61
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 570 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,18 +171,6 @@ The target `test` contains all the currently passing tests.
make test
```

To execute the Wasm VM locally, you can use the `wasm` Poetry script from the repo root as follows:

```sh
poetry -C pykwasm run wasm <llvm-build-dir> <wasm-file> [-cellname:sort=cellvalue...]
```

For example, after locally building the ULM-integrated Wasm, the local build of the ULM-integrated Wasm can be executed as follows:

```sh
poetry -C pykwasm run wasm ./build/wasm pykwasm/src/tests/integration/binary/basic-features.wat -gas:Int=0 -create:Bool=false -entry:String=init
```

Resources
---------

Expand Down
1 change: 0 additions & 1 deletion pykwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ authors = [
]

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

0 comments on commit 2615f61

Please sign in to comment.