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: use tinygo to decrease wasm file size #21

Merged
merged 10 commits into from
May 11, 2022
Merged

feat: use tinygo to decrease wasm file size #21

merged 10 commits into from
May 11, 2022

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented May 11, 2022

close #19

it is 524 KB now

cc @mvdan


The wasm usage pattern code are all almost copied from https://github.com/xing/actionlint.

@JounQin JounQin added the enhancement New feature or request label May 11, 2022
@JounQin JounQin self-assigned this May 11, 2022
@changeset-bot
Copy link

changeset-bot bot commented May 11, 2022

⚠️ No Changeset found

Latest commit: 859a22d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codesandbox-ci
Copy link

codesandbox-ci bot commented May 11, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@codecov
Copy link

codecov bot commented May 11, 2022

Codecov Report

Merging #21 (bc00dc5) into main (710d1cc) will not change coverage.
The diff coverage is 100.00%.

❗ Current head bc00dc5 differs from pull request most recent head 859a22d. Consider uploading reports for the commit 859a22d to get more accurate results

@@            Coverage Diff            @@
##              main       #21   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           65        70    +5     
  Branches        23        22    -1     
=========================================
+ Hits            65        70    +5     
Impacted Files Coverage Δ
src/types.ts 100.00% <ø> (ø)
src/processor.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 710d1cc...859a22d. Read the comment docs.

@lgtm-com
Copy link

lgtm-com bot commented May 11, 2022

This pull request introduces 2 alerts when merging fdf4513 into 710d1cc - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented May 11, 2022

This pull request introduces 2 alerts when merging da97237 into 710d1cc - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

@JounQin JounQin merged commit bd5f4c1 into main May 11, 2022
@JounQin JounQin deleted the feat/tinygo branch May 11, 2022 10:41
@pr-triage pr-triage bot added the PR: merged label May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tinygo
1 participant