Skip to content

Commit 574794f

Browse files
Created a wasm crate
1 parent a8c54ac commit 574794f

File tree

4 files changed

+481
-2
lines changed

4 files changed

+481
-2
lines changed

Cargo.lock

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

crates/wasm/Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[package]
2+
name = "tailwind-oxide-wasm"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[lib]
7+
crate-type = ["cdylib"]
8+
9+
[dependencies]
10+
tailwindcss-oxide = { path = "../oxide" }
11+
rayon = "1.5.3"
12+
wasm-bindgen = "0.2.73"
13+
console_log = "1.0.0"
14+
log="0.4.25"
15+

0 commit comments

Comments
 (0)