CensoredUsername / dynasm-rs

A dynasm-like tool for rust.
https://censoredusername.github.io/dynasm-rs/language/index.html
Mozilla Public License 2.0
716 stars 52 forks source link

Added extra methods to VecMachine #55

Closed syrusakbary closed 3 years ago

syrusakbary commented 3 years ago

Added extra methods to VecMachine to better support of labels.

This is needed for Wasmer being able to use VecMachine instead of Machine

CensoredUsername commented 3 years ago

Good catch, those methods should've been added to VecAssembler when it gained label support. Would you mind making the pull request to the dev branch? Edit: realized I can do that myself, merged it.

CensoredUsername commented 3 years ago

This has been published in 1.1.0.