Add coracle-wasm bindings

This commit is contained in:
Jon Staab
2026-04-16 16:50:18 -07:00
parent fe05d540d4
commit e42d7efd6e
5 changed files with 379 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "coracle-wasm"
version = "0.1.0"
edition = "2021"
description = "Web bindings for coracle-lib via wasm-bindgen"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
coracle-lib = { path = "../coracle-lib" }
wasm-bindgen = "0.2"
serde-wasm-bindgen = "0.6"
serde_json = "1"
hex = "0.4"
secp256k1 = "0.29"