wasefire icon indicating copy to clipboard operation
wasefire copied to clipboard

Parsing and validation of atomic instructions.

Open resulknad opened this issue 9 months ago • 1 comments

Looking for early feedback on general direction, content and style. Thank you.

resulknad avatar May 13 '24 16:05 resulknad

I've merge #467 which let's you write test!("threads", atomic); or actually test!(#[ignore] "threads", atomic); initially.

ia0 avatar May 14 '24 11:05 ia0

The changelog test is a bit noisy for a dev branch, let me remove it in #479.

ia0 avatar May 24 '24 13:05 ia0

I've resolved the comments, but 2 things you could do in main are:

  • Always enable the mutable globals since we always support them.
  • Move the FC parsing to a parse_instr_fc similar to the _fe you just did.

ia0 avatar May 24 '24 13:05 ia0