Skip to content

Rome migration#1

Open
NicholasLYang wants to merge 2 commits intomasterfrom
rome
Open

Rome migration#1
NicholasLYang wants to merge 2 commits intomasterfrom
rome

Conversation

@NicholasLYang
Copy link
Copy Markdown
Owner

Testing out Rome Formatter on wasp

Nicholas Yang added 2 commits May 26, 2022 16:58
Comment thread src/lib/builder.ts
module.types.items.push(func.type);
module.functions.items.push(module.types.items.length - 1);
module.code.items.push({ locals: func.locals, code: [...func.code] });
module.code.items.push({ locals: func.locals, code: [...func.code] },);
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Test

Comment thread src/lib/builder.ts
@@ -93,7 +93,7 @@ export function addFunction(module: Module, func: Func): Module {
name: func.name,
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Test 2

Comment thread src/lib/decoder.spec.ts
test(
'decodeModule',
(t) => {
const localVariables = [{ type: NumType.i32, count: 1 }];
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Test 3

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.

1 participant