index
:
tinywasm
bota-tortuise
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
parser
/
src
/
optimize.rs
Age
Commit message (
Expand
)
Author
11 days
chore: add more memory superinstructions
Henry
2026-07-15
feat: decouple validation from parsing
Henry
2026-07-14
chore: simplify runtime, parser, types, and SIMD internals
Henry
2026-04-26
feat: multithreaded wasm parser
Henry
2026-04-25
chore: add specialized returns, optimize parser
Henry
2026-04-25
chore: add global bin op and acc superinstructions, cleanup executor
Henry
2026-04-25
fix: remove unsafe rewrites
Henry
2026-04-25
chore: reduce instantiation ovherhead & refactor optimize
Henry
2026-04-24
feat: new binopt superinstructions
Henry
2026-04-19
feat: lazy memory allocation, fix instruction rewrite order
Henry
2026-04-17
feat: refactor optimizer + executor, add v128 super instructions
Henry
2026-04-17
feat: add JumpCmpLocalConst3/JumpCmpLocalLocal32 + rename superinstructions
Henry
2026-04-16
chore: remove ref stack
Henry
2026-04-05
chore: fix stable build, move BranchTableTarget to FunctionData
Henry
2026-04-05
chore: refactor optimizer/add more superinstructions
Henry