-
Notifications
You must be signed in to change notification settings - Fork 105
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: Initial multivalue
WASM proposal support
#4379
Open
ark0f
wants to merge
27
commits into
master
Choose a base branch
from
al/wasm-multi-value
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.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
cdb30e4
Multi value
ark0f 46c8b0f
Enable `multivalue` proposal for some libs
ark0f cc44b16
Temporary enable cranelift in embedded executor
ark0f e2c8398
Add multivalue bench check
ark0f 22ba0f1
Add bench for `call_indirect` results
ark0f 0cbd424
Update `gear_core::gas_metering`
ark0f c14e8e2
Update cargo files
ark0f 9342e3a
Update wasmparser
ark0f a342a7d
Update wasm-smith
ark0f 775a4d0
Remove unused `wasmi-validation` patch
ark0f c180557
Remove `parity-wasm` & `wasm-instrument` patch
ark0f e496cb7
Update cargo files
ark0f f88219e
Formalize deps
ark0f 463c28c
Revert "Multi value"
ark0f 2335df5
Revert "Remove unused `wasmi-validation` patch"
ark0f 8739595
Enable cranelift via `cfg`
ark0f c215f14
Remove redundant bench tests
ark0f fcb188e
Fix `call_indirect` weight calculation
ark0f 4ad2bd4
Revert "Update wasm-smith"
ark0f 94b4c70
Revert "Update wasmparser"
ark0f 7adaba3
Fix Cargo.lock after reverts
ark0f 7724179
Revert `parity-wasm` patch
ark0f cee7759
Disable bench without cfg
ark0f 9bbcaf5
Update gsdk metadata
ark0f 2749c0b
Fix bench
ark0f 0d3a4f8
Merge remote-tracking branch 'origin/master' into al/wasm-multi-value
ark0f 2284259
After-merge fixes
ark0f 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
Are these patches necessary? Substrate (runtime) does not use
sign-ext
: https://github.com/paritytech/polkadot-sdk/blob/906fa9e51306635245a22e03160d1c761fae6cc3/substrate/utils/wasm-builder/src/wasm_project.rs#L850. Same goes for outdated version wasmi 0.13.2 in our Cargo.lock.