[wasm] feat: export ncm

This commit is contained in:
鲁树人
2024-09-14 18:40:59 +01:00
parent bc4109d0c0
commit 239567a5b1
4 changed files with 65 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ getrandom = { version = "0.2", features = ["js"] }
# code size when deploying.
console_error_panic_hook = { version = "0.1.7", optional = true }
umc_kuwo = { path = "../um_crypto/kuwo" }
umc_ncm = { path = "../um_crypto/ncm" }
umc_qmc = { path = "../um_crypto/qmc" }
[dev-dependencies]