Open SebastianSpeitel opened 3 years ago
Since this now tests an optimized build, even neither inlining nor marking as @lazy will fail now, since binaryan omits unused variables during optimization.
And not optimizing won't result in an empty output because i32.MAX_VALUE will be emitted.
i32.MAX_VALUE
Since this now tests an optimized build, even neither inlining nor marking as @lazy will fail now, since binaryan omits unused variables during optimization.
And not optimizing won't result in an empty output because
i32.MAX_VALUE
will be emitted.