-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev_server.log
More file actions
57 lines (43 loc) · 1.66 KB
/
Copy pathdev_server.log
File metadata and controls
57 lines (43 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
> rusthash-root@0.1.0 dev
> npm run build:wasm && npm run --prefix frontend dev
> rusthash-root@0.1.0 build:wasm
> npx wasm-pack build rust --out-dir ../frontend/src/pkg --target web
[INFO]: 🎯 Checking for the Wasm target...
[INFO]: 🌀 Compiling to Wasm...
warning: field `uid` is never read
--> src/nfc/mifare_classic.rs:5:5
|
4 | pub struct MifareClassic1k {
| --------------- field in this struct
5 | uid: Vec<u8>,
| ^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
Finished `release` profile [optimized] target(s) in 0.08s
warning: field `uid` is never read
--> src/nfc/mifare_ultralight.rs:5:5
|
4 | pub struct MifareUltralight {
| ---------------- field in this struct
5 | uid: Vec<u8>,
| ^^^
warning: fields `uid` and `applications` are never read
--> src/nfc/desfire.rs:5:5
|
4 | pub struct MifareDesfire {
| ------------- fields in this struct
5 | uid: Vec<u8>,
| ^^^
6 | applications: Vec<u32>,
| ^^^^^^^^^^^^
[INFO]: ⬇️ Installing wasm-bindgen...
[INFO]: Optimizing wasm binaries with `wasm-opt`...
[INFO]: Optional fields missing from Cargo.toml: 'description', 'repository', and 'license'. These are not necessary, but recommended
[INFO]: ✨ Done in 7.20s
[INFO]: 📦 Your wasm pkg is ready to publish at frontend/src/pkg.
> hash-generator-frontend@0.1.0 dev
> vite
[33mThe CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m
VITE v5.2.0 ready in 543 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose