leongross
leongross
I suspect that the import errors originate in this syscall package requirement code: https://github.com/tinygo-org/tinygo/blob/release/loader/goroot.go#L219 The golang standard library does not provide implementations for Fork and Execve and it looks as...
I think this could be very promising but for the projects I currently work on this has no priority. I was just experimenting around with it.
On a multi-user system, it might be useful to install the binary on a system path. Especially when uninstalling the tinygo package from the system path via the systems package...
@dkegel-fastly I saw you have been working on the GNUmakefile, thoughts on this PR?
I stalled it due to other work, maybe someone else can pick this up.
The waspi2 test seem to fail due to > /opt/hostedtoolcache/go/1.22.5/x64/src/internal/testpty/pty_cgo.go:11:10: fatal: 'fcntl.h' file not found Building for non-wasm seems to work as expected (testes on x86_64 linux) @deadprogram @aykevl does...
Running the a local build results in symbols not being found. Also it looks like the wrong single library is used? ``` ld.lld: error: undefined symbol: os/signal.signal_recv >>> referenced by...
@dgryski any ideas why this might fail? I saw you worked on the runtime before.
This PR is superseded by https://github.com/tinygo-org/tinygo/pull/4378.
@rminnich my phrasing wasn't entirely correct. In the past I was referring to the independent commands in `cmds/*` as cmdlets since afaik this is the wording used in busybox. But...