Wasm: propagate debug_flag in fast exec and test helpers
Context
A debug flag was added to the wasm vm in order to choose an implementation of the debug host function that output messages on stdout. This MR just propagate the debug flag in places it was forgotten. Namely in the fast execution implementation and in test helpers.
Edited by Pierre-Emmanuel CORNILLEAU