Skip to content

tinygo support will need updating for tinygo 0.32 #29

@dkegel-fastly

Description

@dkegel-fastly

Current fwd doesn’t compile with the dev branch of tinygo due to incompatibilities with the reflect package introduced in reflect: use int in StringHeader and SliceHeader on non-AVR platforms by ydnar · Pull Request #4156 · tinygo-org/tinygo .

The symptom is

../../../../../pkg/mod/github.com/philhofer/fwd@v1.1.2/writer_tinygo.go:15:9: cannot use l (variable of type uintptr) as int value in struct literal

A fix might be to use the safer, portable functions suggested in tinygo-org/tinygo#1284 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions