WebAssembly / stringref

Other
37 stars 2 forks source link

Clarify string literal requirement #26

Closed dcodeIO closed 2 years ago

dcodeIO commented 2 years ago

There has been some confusion about the string literal requirement in https://github.com/WebAssembly/binaryen/pull/4768#discussion_r911525282. This change assumes that the idea is that there shall be constant string literal expressions, which in turn can be used like other constant expressions and then lead to further considerations regarding a dedicated section? My interpretation might very well be wrong :)

wingo commented 2 years ago

Thank you!