Closed fitzgen closed 11 months ago
Element and data segments are validated under the full C now, not the C' that only has imported globals, and therefore global.get $local_global is a valid constant expression for segments now.
C
C'
global.get $local_global
@rossberg PTAL
Thanks, this PR was racing with #481, which I just merged, so I'm closing this.
Ah, thanks, I should have seen that PR.
Element and data segments are validated under the full
C
now, not theC'
that only has imported globals, and thereforeglobal.get $local_global
is a valid constant expression for segments now.@rossberg PTAL