go install error
Closed this issue · 2 comments
sailaoda commented
github.com/ontio/ontology/smartcontract/service/wasmvm
smartcontract\service\wasmvm\wasmjit_runtime.go:132:104: cannot use _Ctype_ulong(20) (constant 20 of type _Ctype_ulong) as type _Ctype_ulonglong in variable declaration
smartcontract\service\wasmvm\wasmjit_runtime.go:201:106: cannot use _Ctype_ulong(len(itemWrite)) (value of type _Ctype_ulong) as type _Ctype_ulonglong in variable declaration
os:windows11
go version: go1.19.3
laizy commented
please use WSL on windows.
sailaoda commented
thank you very much!