jit.rs: When emitting bytes, mark writing as unaligned
To avoid cargo printing debug assertions about misaligned pointer
dereferences when JIT-compiling programs for the tests, fix the way we
write the bytes to explicitly tell rustc we may have misaligned
accesses. No functional change.
Related: #77
Suggested-by: Ben Kimock <kimockb@gmail.com>
Signed-off-by: Quentin Monnet <quentin@isovalent.com>