# rust-asm
ObjectWeb ASM implementation in Rust
## Getting started
Execute this inside your project!
```shell
cargo add rust-asm
```
Or manually add it in Cargo.toml
```toml
rust-asm = "<version>"
```
## Feature
- 1:1 (almost) ASM API
- Frame compute support
## Thanks
- [XNLawa](https://github.com/XNLawa/) for class-writer implementation