Skip to content

Commit c5e8740

Browse files
authored
Merge pull request #26 from dcodeIO/patch-2
Clarify string literal requirement
2 parents 9626ac1 + c4bfe42 commit c5e8740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/stringref/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ find good compromises are "minimal" and "viable".
2525
3. Allow WebAssembly implementations to efficiently represent strings
2626
internally in either WTF-8 or WTF-16 encodings
2727
4. Allow access to WTF-16 code units for Java, Dart, Kotlin and similar languages
28-
5. Allow string literals in element sections
28+
5. Allow string literals as constant expressions
2929

3030
## Definitions
3131
- *codepoint*: An integer in the range [0,0x10FFFF].

0 commit comments

Comments
 (0)