Skip to content

Commit 3f29edb

Browse files
Make it work
1 parent b9b3e6b commit 3f29edb

File tree

4 files changed

+33
-14
lines changed

4 files changed

+33
-14
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ crate-type = ["cdylib"]
88

99
[dependencies]
1010
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
11-
napi = { version = "2.16.16", default-features = false, features = ["napi4"] }
11+
napi = { version = "2.16.17", default-features = false, features = ["napi4"] }
1212
napi-derive = "2.16.13"
1313
tailwindcss-oxide = { path = "../oxide" }
1414
rayon = "1.10.0"
1515

1616
[build-dependencies]
17-
napi-build = "2.1.4"
17+
napi-build = "2.1.6"

crates/node/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"license": "MIT",
3636
"devDependencies": {
3737
"@napi-rs/cli": "^3.0.0-alpha.77",
38+
"@napi-rs/wasm-runtime": "^0.2.8",
3839
"emnapi": "1.3.1"
3940
},
4041
"engines": {
@@ -66,8 +67,8 @@
6667
"@tailwindcss/oxide-linux-arm64-musl": "workspace:*",
6768
"@tailwindcss/oxide-linux-x64-gnu": "workspace:*",
6869
"@tailwindcss/oxide-linux-x64-musl": "workspace:*",
70+
"@tailwindcss/oxide-wasm32-wasi": "workspace:*",
6971
"@tailwindcss/oxide-win32-arm64-msvc": "workspace:*",
70-
"@tailwindcss/oxide-win32-x64-msvc": "workspace:*",
71-
"@tailwindcss/oxide-wasm32-wasi": "workspace:*"
72+
"@tailwindcss/oxide-win32-x64-msvc": "workspace:*"
7273
}
7374
}

pnpm-lock.yaml

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)