Supported Subset
- Passing stdlibs on supported targets for example: unicode,math,string on hashlink and interp
- The go language excluding the stdlib.
Unsupported
- Cgo.
- Go assembly.
- Unsafe operations.
- Almost all of stdlib runtime.
- stdlib syscall.
- Pointer addresses for example: 0xc000014088.
- Array unable to always hold onto length value.
- UIntptr.
- Some parts of stdlib reflection.
- Some parts of libs testing.