Wasm Kernel: 'in memory' withdrawal handling
Goal
Correctly-signed & valid withdrawal messages should result in the balance of the target account increasing by the amount specified, and the balance of the source account decreasing by the same amount. Withdrawals resulting in negative balances should be rejected. A withdrawal message should be written to the host's output.
These balance updates should be persisted in-memory only.