Adrian Cole

Results 2050 comments of Adrian Cole

I wonder what would make this better. For example, `-printir` is pretty verbose. Maybe there could be another log level that can give some higher level info which could help...

Few points which could lead to a better description and possibly another way out. ## Summarizing the technical concern There are a mix of opinions and technical concerns in the...

fyi, this isn't quite in upstream, yet, though I personally support using this anyway https://go-review.googlesource.com/c/go/+/350737

for the bikeshed I think 'freestanding' is in use for wasm for something similar (maybe zig?) would be cool to use common conventions esp if there aren't strong feelings about...

I agree #3137 should fix this.

https://github.com/tinygo-org/tinygo/pull/3136 should fix this

@ribasushi I noticed this doesn't panic using latest tinygo, though it always seems to report 0666 in tinygo despite go reporting various modes. If you are satisfied with it not...

I think the tension here, correct me if I'm wrong, is basically you can't override this (a part of how GC works) with build tags until tinygo adds them. chicken...

There may be issues after this, but I guess the main question is how to control the `//export` name (ex based on flags). Is templating supported? https://github.com/tinygo-org/tinygo/blob/release/src/runtime/runtime_wasm_wasi.go#L16

The way to grant access to files is via `WithFS` and you can only give one `fs.FS`. Do you mind making a GitHub repo with this project or something similar...