-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy patherrors_wasm.txt
More file actions
101 lines (96 loc) · 3.51 KB
/
errors_wasm.txt
File metadata and controls
101 lines (96 loc) · 3.51 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
cargo : Downloading
crates ...
At line:1 char:1
+ cargo check --target
wasm32-unknown-unknown
2> errors_wasm.txt;
Get-C ...
+ ~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
+ CategoryInfo
: NotSpecifi
ed: ( Downloading
crates ...:String)
[], RemoteExcepti
on
+ FullyQualifiedEr
rorId : NativeComm
andError
Downloaded addr2line
v0.21.0
Downloaded
soroban-env-guest
v20.3.0
Downloaded
wasm-bindgen-macro
v0.2.113
Downloaded
wasm-bindgen-shared
v0.2.113
Downloaded adler
v1.0.2
Downloaded
wasm-bindgen v0.2.113
Downloaded wasm-bindg
en-macro-support
v0.2.113
Downloaded
miniz_oxide v0.7.4
Downloaded js-sys
v0.3.90
Downloaded gimli
v0.28.1
Downloaded object
v0.32.2
Downloaded libc
v0.2.182
Compiling
proc-macro2 v1.0.69
Compiling
unicode-ident v1.0.24
Compiling serde
v1.0.192
Compiling
serde_json v1.0.108
Compiling autocfg
v1.5.0
Compiling strsim
v0.11.1
Compiling
ident_case v1.0.1
Compiling fnv v1.0.7
error: linker
`link.exe` not found
|
= note: program not
found
note: the msvc targets
depend on the msvc
linker but `link.exe`
was not found
note: please ensure
that Visual Studio
2017 or later, or
Build Tools for Visual
Studio were installed
with the Visual C++
option.
note: VS Code is a
different product, and
is not sufficient.
error: could not
compile `serde_json`
(build script) due to
1 previous error
warning: build failed,
waiting for other jobs
to finish...
error: could not
compile `serde` (build
script) due to 1
previous error
error: could not
compile `proc-macro2`
(build script) due to
1 previous error