You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we have a monorepo now, we don't need two copies of ts-rs bindings.
The problem is we manually editted some ts-rs bindings before, which is bad.
The auto generated ts-rs bindings currently don't work, due to some bigint/number issues. Aleph-Alpha/ts-rs#94
We should use ts-rs and serde macros in core to make these bindings usable.
The text was updated successfully, but these errors were encountered:
Since we have a monorepo now, we don't need two copies of ts-rs bindings.
The problem is we manually editted some ts-rs bindings before, which is bad.
The auto generated ts-rs bindings currently don't work, due to some bigint/number issues.
Aleph-Alpha/ts-rs#94
We should use
ts-rs
andserde
macros incore
to make these bindings usable.The text was updated successfully, but these errors were encountered: