Setup for TypeScript type gen for WASM using Tsify
- Includes breaking changes to the WASM API surface, since it now accepts objects instead of stringified JSON.
This commit is contained in:
@@ -140,6 +140,9 @@ lz4_flex = { version = "0.11.1", default-features = false, features = [
|
||||
"safe-encode",
|
||||
"safe-decode",
|
||||
] }
|
||||
tsify = { version = "0.4.5", features = ["js"] }
|
||||
wasm-bindgen = "^0"
|
||||
serde-wasm-bindgen = "0.5.0"
|
||||
|
||||
# Dependencies for native builds only
|
||||
# Linux, Windows, Mac, iOS, Android
|
||||
|
||||
Reference in New Issue
Block a user