Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide stub so apps using goleak can build unchanged with tinygo. #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 21, 2022

  1. Provide stub so apps using goleak can build unchanged with tinygo.

    Tinygo can build a large subset of go programs already.
    Unfortunately, tinygo currently does not quite support goleak.
    
    As a temporary measure, use the tinygo build tag to provide a stub
    for goleak.  This will expand the world of go programs that
    run properly on tinygo, and remove one more obstacle keeping
    embedded system and wasm users from adopting go and goleak.
    
    This can be reverted if/when tinygo is enhanced to fully
    support goleak.
    dkegel-fastly committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    7ab3e6e View commit details
    Browse the repository at this point in the history