-
Notifications
You must be signed in to change notification settings - Fork 335
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
Wasmer 3 🔥 #1674
Merged
Merged
Wasmer 3 🔥 #1674
Changes from 57 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
980f81e
Install Wasmer 3.2.1
webmaster128 b548cfe
Update LimitingTunables
webmaster128 63759a4
Update store.rs
webmaster128 f0969c1
Update calls.rs
webmaster128 d9567ef
Update gatekeeper.rs
webmaster128 1b6a555
Update static_analysis.rs
webmaster128 01e512c
Work
webmaster128 9313cae
Make it compile
webmaster128 b909c6e
Fix memory handling
webmaster128 b01b751
Update module version tests
webmaster128 d2f9b33
Update module size tests
webmaster128 48b9409
Fix write_region
webmaster128 847d5b0
Fix store in caching
webmaster128 f25f919
Fix pin_unpin_works
webmaster128 754a396
Fix cache handling
webmaster128 ef4aa09
Make remaining tests pass
webmaster128 ad619fa
Let get_module return CachedModule
webmaster128 b74b223
Fix unused warnings
webmaster128 173ac3d
Finalize zero_padding_bytes implementation
webmaster128 5810f6a
Fix some more unused warnings
webmaster128 016df4f
Bump min bytes version and update contracts
webmaster128 6d8f88d
Remove loupe
webmaster128 bea904f
Improve min Rust version from 1.60.0 to 1.62.0 in CI
webmaster128 2d3a248
Remove explicit generic arguments from write_to_contract
webmaster128 e65df15
Fix clippy warnings
webmaster128 6361490
Make from_pinned_cache private
webmaster128 4a0d289
Return instances in multithread test
webmaster128 8ae0b27
Cache module and new store
maurolacy 6c66294
Add make_engine helper
maurolacy ccbb221
Cache Engine not Store
maurolacy 77d0c5d
Store memory limit in cache
maurolacy 97b77e7
Use cached memory limit when building store
maurolacy d14f3bb
Adapt module_size
maurolacy d10b69b
Adapt multi_threaded_cache
maurolacy 6b97286
Fix: pinned memory cache
maurolacy a8849c6
Fix: multiple cached instances test
maurolacy 65ca1b3
Restore instance recycle
maurolacy b009efb
Restore recycle original signature
maurolacy 6141876
Fix clippy warning
maurolacy 0a1fd84
Adapt cosmwasm-check
maurolacy a41226f
Update to wasmer 3.3.x
maurolacy 8339745
Update lock files
maurolacy 97ab526
cargo update
maurolacy cc42aa3
Adapt fs cache tests to new hash
maurolacy 2b2b886
Restore removed move_out test
maurolacy fe292aa
Restore removed comment
maurolacy 756d1b2
Use make_engine helper for consistency
maurolacy e62d244
Fix naming / details
maurolacy 057e16e
Use headless engine for simplicity
maurolacy 751442d
Simplify use declaration
maurolacy 6dd7170
Set wasmer version to fixed
maurolacy 9d5f735
Remove memory_limit from CachedModule
maurolacy ecfafe4
Merge pull request #1689 from CosmWasm/w3-new-store-2
webmaster128 8c1e8b4
Merge branch 'main' into w3
webmaster128 d53b62a
Benchmark Wasmer 3 branch
webmaster128 da7f99e
Merge branch 'main' into w3
webmaster128 a0eed15
Fix some text
webmaster128 c8f3e4e
Remove unused code
webmaster128 e9cc7be
Improve memory doc comment
webmaster128 07fcba8
Fix Modulej comment
webmaster128 4b5e5e3
Remove unused make_compile_time_store
webmaster128 fe24771
Organize operators
webmaster128 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
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.
Can now be removed perhaps?