traefik / yaegi

Yaegi is Another Elegant Go Interpreter
https://pkg.go.dev/github.com/traefik/yaegi
Apache License 2.0
6.82k stars 342 forks source link

stdlib: remove embed wrapper #1559

Closed mvertes closed 1 year ago

mvertes commented 1 year ago

Embedding files using //go:embed and embed packages can not be supported in yaegi, so it is better to not generate the wrapper to embed and have a graceful error in case of usage of embed.FS in the interpreter. Also update README about unsuported directives.

Fixes #1557.