Skip to content

Commit b8988a0

Browse files
committed
sort, hide withCompiledDatas
1 parent d486020 commit b8988a0

File tree

1 file changed

+27
-36
lines changed

1 file changed

+27
-36
lines changed

src/content/docs/2_0/wasmdemo.md

Lines changed: 27 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,30 @@ title: WASM demo
44

55
This uses Rust-to-WASM compilation to run ICU4X in the browser.
66

7-
## `CaseMapper.lowercase`
8-
<iframe src="/2_0/wasmdemo/template.html?func=CaseMapper.lowercase" frameborder="0" style="width: 100%; height: 400px"></iframe>
9-
10-
## `CaseMapper.uppercase`
11-
<iframe src="/2_0/wasmdemo/template.html?func=CaseMapper.uppercase" frameborder="0" style="width: 100%; height: 400px"></iframe>
12-
13-
## `CaseMapper.lowercaseWithCompiledData`
14-
<iframe src="/2_0/wasmdemo/template.html?func=CaseMapper.lowercaseWithCompiledData" frameborder="0" style="width: 100%; height: 400px"></iframe>
15-
16-
## `CaseMapper.uppercaseWithCompiledData`
17-
<iframe src="/2_0/wasmdemo/template.html?func=CaseMapper.uppercaseWithCompiledData" frameborder="0" style="width: 100%; height: 400px"></iframe>
18-
19-
## `CaseMapper.titlecaseSegmentWithOnlyCaseData`
20-
<iframe src="/2_0/wasmdemo/template.html?func=CaseMapper.titlecaseSegmentWithOnlyCaseData" frameborder="0" style="width: 100%; height: 400px"></iframe>
21-
227
## `CaseMapper.fold`
238
<iframe src="/2_0/wasmdemo/template.html?func=CaseMapper.fold" frameborder="0" style="width: 100%; height: 400px"></iframe>
249

2510
## `CaseMapper.foldTurkic`
2611
<iframe src="/2_0/wasmdemo/template.html?func=CaseMapper.foldTurkic" frameborder="0" style="width: 100%; height: 400px"></iframe>
2712

28-
## `TitlecaseMapper.titlecaseSegment`
29-
<iframe src="/2_0/wasmdemo/template.html?func=TitlecaseMapper.titlecaseSegment" frameborder="0" style="width: 100%; height: 400px"></iframe>
13+
## `CaseMapper.lowercase`
14+
<iframe src="/2_0/wasmdemo/template.html?func=CaseMapper.lowercase" frameborder="0" style="width: 100%; height: 400px"></iframe>
3015

31-
## `TitlecaseMapper.titlecaseSegmentWithCompiledData`
32-
<iframe src="/2_0/wasmdemo/template.html?func=TitlecaseMapper.titlecaseSegmentWithCompiledData" frameborder="0" style="width: 100%; height: 400px"></iframe>
16+
## `CaseMapper.titlecaseSegmentWithOnlyCaseData`
17+
<iframe src="/2_0/wasmdemo/template.html?func=CaseMapper.titlecaseSegmentWithOnlyCaseData" frameborder="0" style="width: 100%; height: 400px"></iframe>
3318

34-
## `Date.monthCode`
35-
<iframe src="/2_0/wasmdemo/template.html?func=Date.monthCode" frameborder="0" style="width: 100%; height: 400px"></iframe>
19+
## `CaseMapper.uppercase`
20+
<iframe src="/2_0/wasmdemo/template.html?func=CaseMapper.uppercase" frameborder="0" style="width: 100%; height: 400px"></iframe>
21+
22+
## `ComposingNormalizer.normalize`
23+
<iframe src="/2_0/wasmdemo/template.html?func=ComposingNormalizer.normalize" frameborder="0" style="width: 100%; height: 400px"></iframe>
3624

3725
## `Date.era`
3826
<iframe src="/2_0/wasmdemo/template.html?func=Date.era" frameborder="0" style="width: 100%; height: 400px"></iframe>
3927

28+
## `Date.monthCode`
29+
<iframe src="/2_0/wasmdemo/template.html?func=Date.monthCode" frameborder="0" style="width: 100%; height: 400px"></iframe>
30+
4031
## `DateFormatter.formatIso`
4132
<iframe src="/2_0/wasmdemo/template.html?func=DateFormatter.formatIso" frameborder="0" style="width: 100%; height: 400px"></iframe>
4233

@@ -55,11 +46,14 @@ This uses Rust-to-WASM compilation to run ICU4X in the browser.
5546
## `DateTimeFormatterGregorian.formatIso`
5647
<iframe src="/2_0/wasmdemo/template.html?func=DateTimeFormatterGregorian.formatIso" frameborder="0" style="width: 100%; height: 400px"></iframe>
5748

49+
## `Decimal.toString`
50+
<iframe src="/2_0/wasmdemo/template.html?func=Decimal.toString" frameborder="0" style="width: 100%; height: 400px"></iframe>
51+
5852
## `DecimalFormatter.format`
5953
<iframe src="/2_0/wasmdemo/template.html?func=DecimalFormatter.format" frameborder="0" style="width: 100%; height: 400px"></iframe>
6054

61-
## `Decimal.toString`
62-
<iframe src="/2_0/wasmdemo/template.html?func=Decimal.toString" frameborder="0" style="width: 100%; height: 400px"></iframe>
55+
## `DecomposingNormalizer.normalize`
56+
<iframe src="/2_0/wasmdemo/template.html?func=DecomposingNormalizer.normalize" frameborder="0" style="width: 100%; height: 400px"></iframe>
6357

6458
## `ListFormatter.format`
6559
<iframe src="/2_0/wasmdemo/template.html?func=ListFormatter.format" frameborder="0" style="width: 100%; height: 400px"></iframe>
@@ -73,30 +67,30 @@ This uses Rust-to-WASM compilation to run ICU4X in the browser.
7367
## `Locale.language`
7468
<iframe src="/2_0/wasmdemo/template.html?func=Locale.language" frameborder="0" style="width: 100%; height: 400px"></iframe>
7569

70+
## `Locale.normalize`
71+
<iframe src="/2_0/wasmdemo/template.html?func=Locale.normalize" frameborder="0" style="width: 100%; height: 400px"></iframe>
72+
7673
## `Locale.region`
7774
<iframe src="/2_0/wasmdemo/template.html?func=Locale.region" frameborder="0" style="width: 100%; height: 400px"></iframe>
7875

7976
## `Locale.script`
8077
<iframe src="/2_0/wasmdemo/template.html?func=Locale.script" frameborder="0" style="width: 100%; height: 400px"></iframe>
8178

82-
## `Locale.normalize`
83-
<iframe src="/2_0/wasmdemo/template.html?func=Locale.normalize" frameborder="0" style="width: 100%; height: 400px"></iframe>
84-
8579
## `Locale.toString`
8680
<iframe src="/2_0/wasmdemo/template.html?func=Locale.toString" frameborder="0" style="width: 100%; height: 400px"></iframe>
8781

88-
## `ComposingNormalizer.normalize`
89-
<iframe src="/2_0/wasmdemo/template.html?func=ComposingNormalizer.normalize" frameborder="0" style="width: 100%; height: 400px"></iframe>
90-
91-
## `DecomposingNormalizer.normalize`
92-
<iframe src="/2_0/wasmdemo/template.html?func=DecomposingNormalizer.normalize" frameborder="0" style="width: 100%; height: 400px"></iframe>
93-
9482
## `TimeFormatter.format`
9583
<iframe src="/2_0/wasmdemo/template.html?func=TimeFormatter.format" frameborder="0" style="width: 100%; height: 400px"></iframe>
9684

9785
## `TimeZoneFormatter.format`
9886
<iframe src="/2_0/wasmdemo/template.html?func=TimeZoneFormatter.format" frameborder="0" style="width: 100%; height: 400px"></iframe>
9987

88+
## `TitlecaseMapper.titlecaseSegment`
89+
<iframe src="/2_0/wasmdemo/template.html?func=TitlecaseMapper.titlecaseSegment" frameborder="0" style="width: 100%; height: 400px"></iframe>
90+
91+
## `WordSegmenter.segment`
92+
<iframe src="/2_0/wasmdemo/template.html?func=WordSegmenter.segment" frameborder="0" style="width: 100%; height: 400px"></iframe>
93+
10094
## `ZonedDateFormatter.formatIso`
10195
<iframe src="/2_0/wasmdemo/template.html?func=ZonedDateFormatter.formatIso" frameborder="0" style="width: 100%; height: 400px"></iframe>
10296

@@ -110,7 +104,4 @@ This uses Rust-to-WASM compilation to run ICU4X in the browser.
110104
<iframe src="/2_0/wasmdemo/template.html?func=ZonedDateTimeFormatterGregorian.formatIso" frameborder="0" style="width: 100%; height: 400px"></iframe>
111105

112106
## `ZonedTimeFormatter.format`
113-
<iframe src="/2_0/wasmdemo/template.html?func=ZonedTimeFormatter.format" frameborder="0" style="width: 100%; height: 400px"></iframe>
114-
115-
## `WordSegmenter.segment`
116-
<iframe src="/2_0/wasmdemo/template.html?func=WordSegmenter.segment" frameborder="0" style="width: 100%; height: 400px"></iframe>
107+
<iframe src="/2_0/wasmdemo/template.html?func=ZonedTimeFormatter.format" frameborder="0" style="width: 100%; height: 400px"></iframe>

0 commit comments

Comments
 (0)