Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure build output directory is created
`tinygo build -o /path/to/out .` expected `/path/to/out` to already exist, which is different behaviour to `go build`. This change ensures tinygo creates any directories needed to be able to build to the specified output dir.
- Loading branch information