build: experimental build with node package

This commit is contained in:
鲁树人
2024-09-03 00:17:54 +01:00
parent d51cfae9c2
commit 3f9d4b5084
24 changed files with 732 additions and 1 deletions

25
um_wasm_loader/Readme.MD Normal file
View 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
```
具体能干啥… 参考源码吧。