Skip to content

Commit

Permalink
chore: rebuild all wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Jan 4, 2021
1 parent c78d78c commit e6ab803
Show file tree
Hide file tree
Showing 204 changed files with 340 additions and 204 deletions.
Binary file modified lang/af/af.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/af/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/as/as.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/as/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/be/be.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/be/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/bg/bg.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/bg/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/bn/bn.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/bn/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/ca/ca.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/ca/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/cs/cs.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/cs/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/cy/cy.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/cy/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/da/da.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/da/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/de/de.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/de/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/el-monoton/el-monoton.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/el-monoton/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/el-polyton/el-polyton.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/el-polyton/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/en-gb/en-gb.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/en-gb/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/eo/eo.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/eo/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/es/es.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/es/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/et/et.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/et/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/eu/eu.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/eu/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/fi/fi.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/fi/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/fr/fr.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/fr/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/fur/fur.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/fur/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/ga/ga.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/ga/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/gl/gl.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/gl/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/gu/gu.wasm
Binary file not shown.
8 changes: 5 additions & 3 deletions lang/gu/src/hyphenEngine.ts
Expand Up @@ -224,9 +224,11 @@ export function hyphenate(lmin: i32, rmin: i32, hc: i32): i32 {
hyphenPointsCount = 0;
hyphenPoint = load<u8>(value);
while (hyphenPoint !== 255) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
if (hyphenPoint !== 0) {
hpPos = patternStartPos + hyphenPointsCount;
if (hyphenPoint > load<u8>(hpPos, hp)) {
store<u8>(hpPos, hyphenPoint, hp);
}
}
hyphenPointsCount += 1;
hyphenPoint = load<u8>(value + hyphenPointsCount);
Expand Down
Binary file modified lang/hi/hi.wasm
Binary file not shown.

0 comments on commit e6ab803

Please sign in to comment.