1// Package natives provides native packages via a virtual filesystem.
2//
3// See documentation of parseAndAugment in github.com/gopherjs/gopherjs/build
4// for explanation of behavior used to augment the native packages using the files
5// in src subfolder.
6package natives
7
8//go:generate vfsgendev -source="github.com/gopherjs/gopherjs/compiler/natives".FS -tag=gopherjsdev
9