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
Age
Commit message (
Expand
)
Author
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-22
chore: reduce call & instantiation overhead
Henry
2026-04-21
feat: oom traps
Henry
2026-04-19
feat: simplify module api
Henry
2026-04-19
feat: lazy memory allocation, fix instruction rewrite order
Henry
2026-04-18
fix: no_std build
Henry
2026-04-18
feat: memory backend api
Henry
2026-04-18
chore: cleanup
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-16
chore: use new rust features
Henry
2026-04-12
chore: cleanup
Henry
2026-04-12
test: fix rust warm example build
Henry
2026-04-12
chore: refactor FunctionInstance
Henry
2026-04-12
feat: remove lifetimes from runtime objects
Henry
2026-04-12
chore: cleanup
Henry
2026-04-12
fix: fix unchecked memory offsets causing issues on 32 bit
Henry
2026-04-12
fix: validate_typed_func without debug implementation
Henry
2026-04-12
test: fix wasm-reference-types tests, update readme
Henry
2026-04-12
fix: fix remaining issues with extended-const
Henry
2026-04-12
feat: rework public api, add missing export apis
Henry
2026-04-10
chore: update testsuite
Henry
2026-04-06
chore: use FromIterator for ValueCounts
Henry
2026-04-05
chore: refactor stack_op
Henry
2026-04-05
feat: x86 simd implementation for i8x16_swizzle + i8x16_shuffle
Henry
2026-04-05
chore: refactor simd code in preparation for x86 intrinsics
Henry
2026-04-05
chore: cleanup
Henry
2026-04-05
chore: fix stable build, move BranchTableTarget to FunctionData
Henry
2026-04-05
chore: refactor optimizer/add more superinstructions
Henry
2026-04-05
chore: improve fused instructions
Henry
2026-04-04
fix: intruction enum size regression
Henry
2026-04-04
chore: add ParserOptions
Henry
2026-04-04
chore: add back latest spec
Henry
2026-04-03
feat: Wide Arithmetic
Henry
2026-04-03
feat: add relaxed simd
Henry
2026-04-03
chore: cleanup
Henry
2026-04-03
chore: refactor interpreter loop
Henry
2026-04-03
chore: fix debug feature
Henry
2026-04-03
chore: put debug impl behind feature flag, cleanup
Henry
2026-04-03
chore: try to make simd ops more likely to autovectorize
Henry
2026-04-03
feat: add resumable calls / fuel tracking
Henry
2026-04-02
chore: clean up interpreter
Henry
2026-04-01
chore: cleanup + add wasm intrinsics
Henry
2026-03-31
chore: add more superinstructions
Henry
2026-03-31
chore: fix typed_select_multi, cleanup parser
Henry
2026-03-31
chore: add CallSelf/ReturnCallSelf
Henry
2026-03-31
chore: move locals to stack
Henry
[next]