[wasm/xmly] feat: add wasm glue

This commit is contained in:
鲁树人
2024-09-18 23:01:01 +01:00
parent 6a60dec89b
commit 687885b88d
4 changed files with 73 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ umc_kgm = { path = "../um_crypto/kgm" }
umc_kuwo = { path = "../um_crypto/kuwo" }
umc_ncm = { path = "../um_crypto/ncm" }
umc_qmc = { path = "../um_crypto/qmc" }
umc_xmly = { path = "../um_crypto/xmly" }
um_audio = { path = "../um_audio" }
[dev-dependencies]