This website requires JavaScript.
Explore
Help
Sign In
xeos
/
wasmi
Watch
1
Star
0
Fork
You've already forked wasmi
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
baf60ac977
wasmi
/
benches
/
.gitignore
4 lines
17 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a simple bench (#90) * Add first bench * Refactor travis.yml * Use assert_matches! * sha3_256 → keccak256
2018-05-24 13:31:15 +00:00
/target
Flat Stack (#98) * Define Instruction Set. * WIP * WIP 2 * Tests * Working * Bunch of other tests. * WIP * WIP * Use Vec instead of VecDeque. * Calibrate the limits. * Clean * Clean * Another round of cleaning. * Ignore traces. * Optimize value stack * Optimize a bit more. * Cache memory index. * Inline always instruction dispatch function. * Comments. * Clean * Clean * Use vector to keep unresolved references. * Estimate resulting size. * do refactoring * Validate the locals count in the begging * Introduce Keep and DropKeep structs in isa * Rename/Split Validator into Reader * Document stack layout * Remove println! * Fix typo. * Use .last / .last_mut in stack * Update docs for BrTable. * Review fixes. * Merge. * Add an assert that stack is empty after the exec
2018-07-04 07:08:45 +00:00
*.trace