bugfix: Tighten up memory model. #3
Annotations
10 errors
wasmer/exporttype_test.go#L52
cannot use valueType.release() (value of type *_Ctype_wasm_valtype_t) as *ValueType value in argument to NewTableType
|
wasmer/importtype_test.go#L55
cannot use valueType.release() (value of type *_Ctype_wasm_valtype_t) as *ValueType value in argument to NewTableType
|
wasmer/tabletype_test.go#L17
cannot use valueType.release() (value of type *_Ctype_wasm_valtype_t) as *ValueType value in argument to NewTableType
|
wasmer/tabletype_test.go#L35
cannot use valueType.release() (value of type *_Ctype_wasm_valtype_t) as *ValueType value in argument to NewTableType (compile)
|
examples/appendices/simple.go#L5
"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)
|
wasmer/config_opcodes.go#L9
only the first constant in this group has an explicit type (SA9004)
|
wasmer/cptr.go#L10
field maybeStack is unused (U1000)
|
wasmer/cptr.go#L11
field maybeNil is unused (U1000)
|
wasmer/cptr_nocheck.go#L13
type maybeStack is unused (U1000)
|
wasmer/cptr_nocheck.go#L17
type maybeNil is unused (U1000)
|
The logs for this run have expired and are no longer available.
Loading