Adrian Cole

Results 2050 comments of Adrian Cole

per @jzabinski-dolios on https://github.com/tinygo-org/tinygo/issues/2495#issuecomment-1018576022, we should include this feedback in any eventual outcome here. >> Should the lack of a func main() in the source file result in a compiler...

so this issue was requesting to build a non-main package (ex one not named main), and then there was a second topic which is that if you name it main,...

maybe in this description mention the browsers we are talking about (ex which threshold version has bulk-memory, and before that requires this build?)

@fenezema it is hard to determine what the issue is except possibly garbage collection backup. If you are past this issue, please close this issue. Otherwise, it would be easier...

do any other compilers do this (rust, clang etc)? might be nice to see how.

Ack there are many issues open about reflection, but I figured I would get specific on this one, as we didn't have the full source. @hunjixin is this what you...

So, I think there's two paths for a formal plugin * add TinyGo support to https://github.com/jenkinsci/golang-plugin * create and register a new tinygo-plugin (in the jenkinsci org) Either way, I...

while this issue was much later than yours, it has more details. Do you mind closing this out and subscribing to it @HasmitaA? https://github.com/tinygo-org/tinygo/issues/3131

I suspect that running tinygo as a library would be a bridge too far (too much work) due to the dependency on LLVM.

"ideally without external dependencies." I guess that means post any artifacts/shared libs implied by LLVM, wasi-libc, etc as attachments to a release tag (*arch/os) like how wasmtime includes their 45-70MB...