Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-15 | avoid needing to dynamically allocate in yaxpeax-x86 ffi | iximeow | |
this makes ffi builds also no-std, and significantly smaller too | |||
2020-01-15 | make x86 actually no_std | iximeow | |
it depended on crates that dragged in std, oops | |||
2020-01-12 | add *extremely* poor ffi bindings for x86 decoders | iximeow | |
this is specifically to support a disas-bench integration, for now |