mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 12:57:20 +00:00
0a832194d8
enable by default
16 lines
303 B
TOML
16 lines
303 B
TOML
[package]
|
|
name = "loro-wasm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
js-sys = "0.3.60"
|
|
loro-core = { path = "../loro-core", features = ["wasm"] }
|
|
wasm-bindgen = "0.2.83"
|
|
|
|
[profile.release]
|
|
# Tell `rustc` to optimize for small code size.
|
|
opt-level = "s"
|