Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Start PoC work on WASM bridge for bus#46

Draft
jooskim wants to merge 5 commits intovmware-archive:mainfrom
jooskim:topic/kjosh/wasm-bridge
Draft

Start PoC work on WASM bridge for bus#46
jooskim wants to merge 5 commits intovmware-archive:mainfrom
jooskim:topic/kjosh/wasm-bridge

Conversation

@jooskim
Copy link
Copy Markdown
Contributor

@jooskim jooskim commented Dec 5, 2021

Description to be added later.

Signed-off-by: Josh Kim kjosh@vmware.com

@jooskim jooskim marked this pull request as draft December 5, 2021 06:21
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Dec 5, 2021

Codecov Report

Merging #46 (daba7f9) into main (5ca9bcc) will increase coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   87.31%   87.42%   +0.11%     
==========================================
  Files          52       52              
  Lines        2696     2696              
==========================================
+ Hits         2354     2357       +3     
+ Misses        342      339       -3     
Flag Coverage Δ
unittests 87.42% <ø> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
bus/transaction.go 92.39% <0.00%> (+1.08%) ⬆️
service/service_registry.go 94.59% <0.00%> (+2.70%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ca9bcc...daba7f9. Read the comment docs.

@jooskim jooskim force-pushed the topic/kjosh/wasm-bridge branch from afb088a to 0e5ed52 Compare December 8, 2021 03:28
@vmwclabot
Copy link
Copy Markdown

@jooskim, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

@vmwclabot
Copy link
Copy Markdown

@jooskim, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

@vmwclabot
Copy link
Copy Markdown

@jooskim, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

@vmwclabot
Copy link
Copy Markdown

@jooskim, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

@jooskim jooskim force-pushed the topic/kjosh/wasm-bridge branch from 821b6d4 to af9e76b Compare January 13, 2022 06:29
@vmwclabot
Copy link
Copy Markdown

@jooskim, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

jooskim and others added 4 commits February 19, 2022 18:44
Signed-off-by: Josh Kim <kjosh@vmware.com>
A sample WASM application featuring Transport WASM bridge will soon
follow. Thinking of doing an X509 public certificate verification as
an example code, as it's a good showcase of encoding/decoding of
base64 and pem container format as well as cryptographic operations.

Signed-off-by: Josh Kim <jsk9260@gmail.com>
Signed-off-by: Josh Kim <jsk9260@gmail.com>
Signed-off-by: Josh Kim <jsk9260@gmail.com>
@jooskim jooskim force-pushed the topic/kjosh/wasm-bridge branch from af9e76b to 3cdddfd Compare February 20, 2022 02:44
Signed-off-by: Josh Kim <kjosh@vmware.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants