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

Wasm2wat #12

Merged
merged 17 commits into from
Sep 4, 2023
Merged

Wasm2wat #12

merged 17 commits into from
Sep 4, 2023

Conversation

ayakoakasaka
Copy link
Contributor

@ayakoakasaka ayakoakasaka commented Sep 3, 2023

Add VSA multiple
Add Wasm2wat to show native symbols
Add Wasi-sensor explanation
Add lldb download script in case

mv /tmp/wabt-1.0.33 /opt/wabt

RUN echo "export PATH=/usr/local/bin/:$PATH:/opt:/opt/wabt/bin" >> ~/.bashrc

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added /usr/local/bin/ in front to detect python3.10.13 easily

},
{
"path": "/bin/python3",
"type": "pythonEnvironment"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

these are un-wanted python (3.11)

@@ -65,7 +65,8 @@ frame_bbox(uint8_t *image, uint32_t size,
color.val[1] = bbox_color.g;
color.val[2] = bbox_color.b;
color.val[3] = 8;
cvRectangle(mat1, &p1, &p2, &color, 1, 8, 0);
//cvRectangle(mat, (top,left), (right,bottom), color, thickness, lineType, shift)
cvRectangle(mat1, &p1, &p2, &color, 1, 8, 0);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add comment to inform the meaning to user

@@ -244,7 +244,7 @@ inference(frame_t frame, inference_data_t *inference_data)
return 0;
}

static int32_t
int32_t
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To set break for debugger

@ayakoakasaka ayakoakasaka merged commit 24335b7 into main Sep 4, 2023
1 check passed
@ayakoakasaka ayakoakasaka deleted the wasm2wat branch September 4, 2023 08:16
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