Adrian Cole

Results 419 issues of Adrian Cole

Before, on the baremetal target or MacOS, we erred if the user provided configuration to strip debug info. Ex. ```bash $ tinygo build -o main.go -scheduler=none --no-debug main.go error: cannot...

FuncType.Results can be nil. This fixes the comparison and backfills relevant tests. Fixes #3096

Let's support `//go:wasmimport` or a similarly named alias for imported functions. This would be an alias to `//export`, so that existing code can work, but much more intuitive. By being...

We need another example where one module exports a function another module imports (both compiled by TinyGo with -target=wasm). Making the example here has the advantage of being testable. That...

docs

Currently, the following will work as expected: ```go package main import "fmt" func main() { msg := make(chan int) finished := make(chan int) go func() {

enhancement
wasm

The modfile arg is handy, and works in `go build`, but not `tinygo build`

enhancement

Until readdir is implemented in wasm, we can't re-use go's utilities for testing for bugs in impl. ``` 2022/01/01 00:00:00 TestFS err: TestFS found errors: .: ReadDir(-1): readdir unimplemented :...

enhancement
wasm

The current source of Asyncify is here, but I think the only docs for it are still in Emscripten. This is a little confusing to say look at another org...

Please provide: - Link to build log from https://jitpack.io https://jitpack.io/com/github/jeqo/incubator-zipkin-layout-factory/apachify-0.0.4-ga411702-13/build.log - Does the project build on your machine with **the same** commands (e.g. ./gradlew install) ? ``` ./mvnw clean install...

stale