Skip to content

Conversation

HerrCai0907
Copy link
Member

No description provided.

@MaxGraey
Copy link
Member

Could you migrate to asconfig.json instead of cli approach?

@MaxGraey MaxGraey changed the title fix: fix error for 0.18.x compile Migrate to 0.20.x version for all examples Aug 11, 2022
Comment on lines +7 to 9
"asbuild:untouched": "asc assembly/index.ts --target debug",
"asbuild:optimized": "asc assembly/index.ts --target release",
"asbuild": "npm run asbuild:untouched && npm run asbuild:optimized",
Copy link
Member

Choose a reason for hiding this comment

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

"asbuild:debug": "asc assembly/index.ts --target debug",
"asbuild:release": "asc assembly/index.ts --target release",
"asbuild": "npm run asbuild:debug && npm run asbuild:release",

Copy link
Member

@MaxGraey MaxGraey Aug 11, 2022

Choose a reason for hiding this comment

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

I guess better to use new semantics which aligned with npx asinit .

@MaxGraey
Copy link
Member

Alright, merging this as is for now. Thanks!

@MaxGraey MaxGraey merged commit 30dedf0 into AssemblyScript:main Aug 11, 2022
@HerrCai0907 HerrCai0907 deleted the fix-example-bugs branch August 11, 2022 23:02
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.

2 participants