wat: syncs spectest with latest text decoder (#439)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
@@ -11,8 +11,8 @@ import (
|
||||
// only definable as a value type.
|
||||
//
|
||||
// The following describes how to convert between Wasm and Golang types:
|
||||
// * ValueTypeI32 - uint64(uint32,int32,int64)
|
||||
// * ValueTypeI64 - uint64
|
||||
// * ValueTypeI32 - uint64(uint32,int32)
|
||||
// * ValueTypeI64 - uint64(int64)
|
||||
// * ValueTypeF32 - EncodeF32 DecodeF32 from float32
|
||||
// * ValueTypeF64 - EncodeF64 DecodeF64 from float64
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user