Compiler
compiler/natives
Package natives provides native packages via a virtual filesystem.
import "github.com/gopherjs/gopherjs/compiler/natives"
Package natives provides native packages via a virtual filesystem.
See documentation of parseAndAugment in github.com/gopherjs/gopherjs/build for explanation of behavior used to augment the native packages using the files in src subfolder.
Variables
FS is a virtual filesystem that contains native packages.
Source: compiler/natives/natives.go:13
var FS embed.FS