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

chore: remove wasm_exec.js from repo, update package.json and go.mod #108

Merged
merged 3 commits into from
Jun 30, 2024

Conversation

muktihari
Copy link
Member

@muktihari muktihari commented Jun 29, 2024

  • Remove wasm_exec.js from repo since this file is tightly coupled with a specific version of Go and add it to .gitignore.
  • Add new command on package.json: npm run init to copy wasm_exec.js from GOROOT to src/assets/wasm.
  • Go: bump fit from v0.20.1 to v0.20.2 and xmltokenizer from v0.0.2 to v0.0.4.
  • Update README.md

@muktihari muktihari added the chore Changes that do not relate to a fix or feature, such as clean up code or instrumenting related. label Jun 29, 2024
@muktihari muktihari requested a review from raditzlawliet June 29, 2024 07:59
@muktihari muktihari self-assigned this Jun 29, 2024
@muktihari muktihari requested review from raditzlawliet and removed request for raditzlawliet June 30, 2024 05:44
Copy link
Member

@raditzlawliet raditzlawliet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So now go wasm.js will not included anymore.

@muktihari
Copy link
Member Author

So now go wasm.js will not included anymore.

Yup, because when we upgrade Go version, we need wasm_exec.js that comes with that version too.

@muktihari muktihari merged commit 274e953 into dev Jun 30, 2024
1 check passed
@muktihari muktihari deleted the chore/remove-wasm_exec.js branch June 30, 2024 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that do not relate to a fix or feature, such as clean up code or instrumenting related.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants