mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-07 20:19:51 +00:00
build: experimental build with node package
This commit is contained in:
25
um_wasm_loader/Readme.MD
Normal file
25
um_wasm_loader/Readme.MD
Normal file
@@ -0,0 +1,25 @@
|
||||
# @um/crypto
|
||||
|
||||
用于 Unlock Music 的加解密支持库。
|
||||
|
||||
使用 Rust 编写,并使用 `wasm-pack` 转义到 WebAssembly 格式,用于在不同的平台(浏览器)运行。
|
||||
|
||||
## 使用
|
||||
|
||||
在项目根目录下,建立或更改 `.npmrc` 文件,确保下述行存在:
|
||||
|
||||
```
|
||||
@um:registry=https://git.unlock-music.dev/api/packages/um/npm/
|
||||
```
|
||||
|
||||
使用你喜欢的包管理器安装,例如 `npm` 或 `pnpm`:
|
||||
|
||||
```sh
|
||||
# 使用 npm
|
||||
npm install @um/crypto
|
||||
|
||||
# 使用 pnpm
|
||||
pnpm install @um/crypto
|
||||
```
|
||||
|
||||
具体能干啥… 参考源码吧。
|
||||
Reference in New Issue
Block a user