wasefire
wasefire copied to clipboard
Parsing and validation of atomic instructions.
Looking for early feedback on general direction, content and style. Thank you.
I've merge #467 which let's you write test!("threads", atomic);
or actually test!(#[ignore] "threads", atomic);
initially.
The changelog test is a bit noisy for a dev branch, let me remove it in #479.
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.