0.3.2 |
|
---|---|
0.3.1 |
|
0.2.1 |
|
0.1.6 |
|
0.1.4 |
|
#13 in #stackless
22 downloads per month
Used in 115 crates
(via move-stackless-bytecode-i…)
6KB
69 lines
This file duplicates the code in the diem-crypto crate to support
- native function implementation for the stackless bytecode interpreter, and
- decoupling of Move crates from Diem crates.
This is expected to be a temporary solution only. Once we properly restructure the stackless interpreter like what we did to the Move VM, native functions will likely be implemented in a Diem crate (most likely diem-framework) and be passed into the VM for execution. In this way we no longer need to worry about depending on diem-crypto.
Dependencies
~3.5–5MB
~93K SLoC