Move lenType definition to runtime (partially)

This commit is contained in:
Ayke van Laethem
2018-08-29 20:48:56 +02:00
parent abaae5b90d
commit bf160d096b
5 changed files with 24 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
// +build wasm
package runtime
const GOARCH = "wasm"
// The length type used inside strings and slices.
type lenType uint32