WebAssembly / gc

Branch of the spec repo scoped to discussion of GC integration in WebAssembly
https://webassembly.github.io/gc/
Other
997 stars 72 forks source link

Tweak note about global.get of locally-defined globals and constness #483

Closed fitzgen closed 11 months ago

fitzgen commented 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.

@rossberg PTAL

rossberg commented 11 months ago

Thanks, this PR was racing with #481, which I just merged, so I'm closing this.

fitzgen commented 11 months ago

Ah, thanks, I should have seen that PR.