Currently we pause the CPU billing timer for WASM instantiation. https://github.com/AntelopeIO/spring/blob/84d6bebb328ad81b4b71b90af48546dcfb32936f/libraries/chain/include/eosio/chain/wasm_interface_private.hpp#L301-L301 No reason to do this anymore. Should just remove this pause of the timer and bill for the WASM instantiation time.