https://github.com/weavevm/lazy-wvm-core
https://github.com/weavevm/lazy-wvm-core
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/weavevm/lazy-wvm-core
- Owner: weaveVM
- License: mit
- Created: 2024-01-31T00:48:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T14:42:08.000Z (about 2 years ago)
- Last Synced: 2025-04-30T05:42:18.943Z (over 1 year ago)
- Language: Rust
- Size: 77.1 KB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
Bytecode execution machine for the lazy evaluated WVM PoC protocol.
#### Status: Deprecated
## Build locally
```bash
git clone https://github.com/weavevm/lazy-wvm-core.git
cd wvm-wvm-core
cargo build
```
## License
This project is licensed under the [MIT License](./LICENSE)