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

Typescript fetch example #33

Merged
merged 6 commits into from
Jun 20, 2024
Merged

Typescript fetch example #33

merged 6 commits into from
Jun 20, 2024

Conversation

noise64
Copy link
Contributor

@noise64 noise64 commented Jun 18, 2024

@noise64 noise64 marked this pull request as ready for review June 19, 2024 09:49
@noise64 noise64 requested review from vigoo and nicoburniske June 19, 2024 09:49
"stub": "jco transpile wit --name main --no-namespaced-exports --stub --out-dir src && rm -rf src/main.js",
"buildTs": "rollup --config",
"checkTs": "tsc",
"buildWasm": "jco componentize -w wit -o out/component_name.wasm out/main.js",
Copy link
Member

Choose a reason for hiding this comment

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

kind of a nitpick, but shouldn't we be consistent with the names of the scripts?

buildWasm -> componentize
checkTs -> check
buildTs -> build

@vigoo vigoo merged commit 677d1fb into main Jun 20, 2024
2 checks passed
@vigoo vigoo deleted the ts-fetch-example branch June 20, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants