sljit icon indicating copy to clipboard operation
sljit copied to clipboard

Define all the possible emit combinations?

Open stevefan1999-personal opened this issue 5 months ago • 2 comments

Hi, I'm making a Rust wrapper to SLJIT, and I want to have type safe definition of opcode emission using Rust as well for high-level bindings, but I'm not sure about all the possible combinations, i.e. the possible cases for each opcode. For example, I'm not sure under what condition I can ignore the srcw and dstw parameter.

But so far, I can rewrite some of the examples to use my mid-level bindings semi-converted to a certain level of idiomatic Rust. Code will be released soon after some bookkeeping

stevefan1999-personal avatar Jan 12 '24 03:01 stevefan1999-personal