forked from infinyon/fluvio
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: support WasmEdge as an alternative engine #1
Draft
xxchan
wants to merge
33
commits into
master
Choose a base branch
from
xxchan/wasmedge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
fb5b2fe
init work: make the public API clear
xxchan 7a30006
implement filter transform
xxchan 685ae36
wip
xxchan 15686cc
make the public API clear
xxchan 1937438
move wasmtime_engine to a different mod
xxchan 6f1604e
fix wasi feature
xxchan 6b88555
rename wasmtime-engine -> wasmtime
xxchan cd038a3
Merge branch 'master' into xxchan/clena
xxchan 86326da
reorg
xxchan e959a9d
Merge branch 'xxchan/clena' into xxchan/wasmedge
xxchan f17b8ef
support init for wasmedge/common
xxchan 8b11252
Merge branch 'master' into xxchan/wasmedge
xxchan 11e1751
make SmartModuleInstance common
xxchan abd4fb6
make create_transform common & reorg trait imp to imp
xxchan 66bcbdd
more movement
xxchan 0132522
Merge branch 'master' into xxchan/wasmedge
xxchan da7a2e2
add other tests for wasmedge
xxchan 26d9053
support agg for common/wasmedge
xxchan 56de150
movement
xxchan 14c4c3c
refactor wasmtime to use the common code
xxchan 3d8f4bf
WasmTime -> Wasmtime
xxchan d0bb940
move transform unit tests to common
xxchan 7924834
rename Wasmedge -> WasmEdge
xxchan f2f55e8
minor tweaks
xxchan e6f7e2e
change features
xxchan 06d579f
rm wasmedge
xxchan 6ff943b
Merge branch 'master' into xxchan/wasmedge
xxchan 7e559c1
remove wasmedge
xxchan 7d23e1a
fmt
xxchan f5650e3
fmt with group_imports = "StdExternalCrate"
xxchan fe98b8f
try to make diff smaller
xxchan 136c572
make diff smaller
xxchan 72f4ed7
clippy
xxchan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
rename Wasmedge -> WasmEdge
- Loading branch information
commit 792483407a026b31c8f0aca97f1d17fd70a3d313
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you reorder terms in of:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's OK. Are you going to review the PR now? I will resolve such issues if general ideas LGTY.
P.S. this PR is generally complete except minor points.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you split this into PR just related to without WasmEdge? We need to discuss how to maintain WasmEdge related code.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's OK. But I'd like to elaborate a bit: only folder
wasmedge
is WasmEdge-specific code, and that's ~300 lines of simple code. To discuss how to maintain WasmEdge related code, and to get the ideas of how the common code work, it might be better to keep WasmEdge related code now. This can actually make it easier to review this PR.I can remove the WasmEdge related code after the code review if that's not decided.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like have review by team but can't seem to add reviewers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I created a PR to the main repo infinyon#3257