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

feat: adds tinygo support. #254

Merged
merged 42 commits into from
Aug 16, 2022
Merged

Commits on Jul 26, 2022

  1. feat: adds tinygo support.

    jcchavezs committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4fa885f View commit details
    Browse the repository at this point in the history
  2. fix: fixes checkout.

    jcchavezs committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    6b01598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc8655a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b84690 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2d2665 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dd7e56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0858ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b81a06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc3a922 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12844fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c93a620 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d244844 View commit details
    Browse the repository at this point in the history
  13. chore: aims to v3 instead.

    jcchavezs committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    bdaa2a0 View commit details
    Browse the repository at this point in the history
  14. wip

    jcchavezs committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    77ed679 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    0fb8381 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Fix testing on tinygo

    anuraaga committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9057514 View commit details
    Browse the repository at this point in the history
  2. Finish

    anuraaga committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    cc74461 View commit details
    Browse the repository at this point in the history
  3. Minor cleanup

    anuraaga committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    802128a View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    anuraaga committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    84d5d9d View commit details
    Browse the repository at this point in the history
  5. Format

    anuraaga committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    bb1ab53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c714838 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    709d6f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    867e7d2 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    anuraaga committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    aebf7fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from anuraaga/tinygo_support_rag

    Finish tinygo test
    anuraaga authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    5d9350f View commit details
    Browse the repository at this point in the history
  4. Fix

    anuraaga committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c26d562 View commit details
    Browse the repository at this point in the history
  5. License

    anuraaga committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d0e2644 View commit details
    Browse the repository at this point in the history
  6. Fix

    anuraaga committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f6f346b View commit details
    Browse the repository at this point in the history
  7. Reduce recursion limit

    anuraaga committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c1cdc71 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    a045056 View commit details
    Browse the repository at this point in the history
  2. Use gjson for tests

    anuraaga committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8de7164 View commit details
    Browse the repository at this point in the history
  3. Remove auditlog tinyjson

    anuraaga committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    25bb292 View commit details
    Browse the repository at this point in the history
  4. Remove tinyjson

    anuraaga committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5c570a6 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    anuraaga committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0caa057 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    anuraaga committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    85588e8 View commit details
    Browse the repository at this point in the history
  7. Disable tinygo 1.19 test

    anuraaga committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7c4c423 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    768febf View commit details
    Browse the repository at this point in the history
  2. gofmt

    anuraaga committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    cf85b48 View commit details
    Browse the repository at this point in the history
  3. Workflow

    anuraaga committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    00471ff View commit details
    Browse the repository at this point in the history
  4. Lint

    anuraaga committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    8693b61 View commit details
    Browse the repository at this point in the history
  5. Fix

    anuraaga committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2893e9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c11e77 View commit details
    Browse the repository at this point in the history