Skip to content

Commit 13f3add

Browse files
authored
feat: prepare 3.0 (#417)
* feat: prepare 3.0 * s
1 parent d0f0367 commit 13f3add

File tree

41 files changed

+2034
-1268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2034
-1268
lines changed

.cargo/config.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
[target.aarch64-unknown-linux-musl]
2-
linker = "aarch64-linux-musl-gcc"
3-
rustflags = ["-C", "target-feature=-crt-static"]
1+
[target.x86_64-pc-windows-msvc]
2+
rustflags = ["-C", "target-feature=+crt-static"]

.gitattributes

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
* text=auto
33

44

5-
*.ts text eol=lf merge=union
6-
*.tsx text eol=lf merge=union
7-
*.rs text eol=lf merge=union
8-
*.js text eol=lf merge=union
9-
*.json text eol=lf merge=union
10-
*.debug text eol=lf merge=union
5+
*.ts text eol=lf merge=union
6+
*.tsx text eol=lf merge=union
7+
*.rs text eol=lf merge=union
8+
*.js text eol=lf merge=union
9+
*.json text eol=lf merge=union
10+
*.debug text eol=lf merge=union
1111

1212
# Generated codes
1313
index.js linguist-detectable=false
14-
index.d.ts linguist-detectable=false
14+
index.d.ts linguist-detectable=false
15+
package-template.wasi-browser.js
16+
package-template.wasi.cjs
17+
wasi-worker-browser.mjs
18+
wasi-worker.mjs

0 commit comments

Comments
 (0)