ZWKILT2IJQ4PELLVZ7MSKFLS6CK4WFXPPENCNCDG46JLI67B743QC defp compile_instruction({:"local.get", idx}, params) doEnum.at(params, idx)
defp compile_instruction({:"local.get", idx}, params, acc) do{Enum.at(params, idx), acc}enddefp compile_instruction(:"i32.add", _params, [second, first | rest]) do{{:op, 4, :+, first, second}, rest}