wat: syncs spectest with latest text decoder (#439)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2022-04-05 10:04:53 +08:00
committed by GitHub
parent 3a6cabfb8a
commit 02d6365d5d
4 changed files with 87 additions and 80 deletions

View File

@@ -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
//