tangramdotdev / packages

A collection of community maintained Tangram packages.
https://www.tangram.dev
MIT License
8 stars 2 forks source link

feat(std/wrap): add inPlace option #60

Closed deciduously closed 5 months ago

deciduously commented 5 months ago

This PR implements the inPlace option on std.wrap to specify how to handle executables that are already Tangram wrappers. The default behavior is inPlace: true, producing a manifest with the executable from the original wrapper. Specify inPlace: false to create a manifest pointing to the original wrapper as the executable.

This change unbreaks the LLVM proxy env on Linux.