summaryrefslogtreecommitdiff
path: root/crates/parser/src/conversion.rs
AgeCommit message (Expand)Author
2025-02-25chore: update to rust 2024Henry Gressmann
2025-01-06feat: replace `RefNull` with new `FuncRef` and `ExternRef` structsHenry Gressmann
2024-10-11feat: add simd support to the parserHenry Gressmann
2024-09-10feat: Custom memory page size (#22)Daniel Stuart
2024-08-12chore: clean up codeHenry Gressmann
2024-07-01chore: refactor executor, add LocalCopy instructionsHenry Gressmann
2024-06-28chore: restructure runtimeHenry Gressmann
2024-06-28fix: fix 2.0 regressions introduced by 644395712a81c8f3fd56b6beafe9d3e09dfa9501Henry Gressmann
2024-06-28feat: compact value stack (#21)Henry Gressmann
2024-06-25chore: update deps & testsuite, add msrvHenry Gressmann
2024-05-29chore: improve parser, clean up interpreter loopHenry Gressmann
2024-05-25chore: improve simdHenry Gressmann
2024-05-15feat: v0.7.0 (#13)Henry Gressmann
2024-05-12chore: clippy fixes and more testsHenry Gressmann
2024-05-11chore: simplify codeHenry Gressmann
2024-05-09chore: update dependencies + test specHenry Gressmann
2024-03-09chore: improve documentation, testsHenry Gressmann
2024-02-27reduce instruction enum sizeHenry Gressmann
2024-02-25chore: improve new parser archHenry Gressmann
2024-02-25feat: new parser architectureHenry Gressmann
2024-02-24feat: switch to own fork of wasmparserHenry Gressmann
2024-02-24perf: reduce block overhead (#3)Henry Gressmann
2024-02-24pref: improve parser performanceHenry Gressmann
2024-01-31chore: overall code cleanupHenry Gressmann
2024-01-29feat: Bulk Memory Operations ProposalHenry Gressmann
2024-01-28feat: improve memory perf + basic bulk memory accessHenry Gressmann
2024-01-26feat: full no_std supportHenry Gressmann
2024-01-24feat: linker errorsHenry Gressmann
2024-01-23feat: shared tables across modulesHenry Gressmann
2024-01-23fix: global refnull conversionHenry Gressmann
2024-01-23feat: preserve null refs when returningHenry Gressmann
2024-01-23feat: uninitialized elemsHenry Gressmann
2024-01-22fix: call param orderHenry Gressmann
2024-01-15feat: element instantiationHenry Gressmann
2024-01-15chore: change panics to UnimplementedFeature errorsHenry Gressmann
2024-01-07feat: basic i32 loads/storesHenry Gressmann
2023-12-28chore: add ref instructionsHenry
2023-12-25feat: pass all i64 tests, add missing conversion opcodesHenry
2023-12-25feat: improve func type resolution, int opsHenry
2023-12-23chore: parse element sections, improve contributing.mdHenry
2023-12-22tests: improve wast testsHenry
2023-12-22feat: improve parserHenry
2023-12-19chore: cleanup clippy errorsHenry Gressmann
2023-12-19feat: import sectionHenry Gressmann
2023-12-19feat: parse memory and table sectionsHenry Gressmann
2023-12-18feat: global parsing, improve testsuiteHenry Gressmann
2023-12-17chore: improve label handlingHenry Gressmann
2023-12-17feat: if/elseHenry Gressmann
2023-12-13feat: fully working block and loop implementationsHenry Gressmann
2023-12-13feat: new new instruction types for blocks/endsHenry Gressmann