summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
2025-02-12feat: use postcard for new twasm formatHenry Gressmann
2025-02-10chore: update depsHenry Gressmann
2025-01-16chore: expose rkyv errorsHenry Gressmann
2025-01-14chore: update deps, spellingHenry Gressmann
2025-01-06feat: replace `RefNull` with new `FuncRef` and `ExternRef` structsHenry Gressmann
2025-01-06Check returns in untyped host functions (#27)WhaleKit
2024-12-28chore: update depsHenry Gressmann
2024-12-09chore: improve testsuiteHenry Gressmann
2024-12-07chore: move wasm-testsuite to a seperate repo & update testsHenry Gressmann
2024-12-04chore: update wasmparser to use new simd_visitorHenry Gressmann
2024-11-28chore: update wasmparserHenry Gressmann
2024-11-21ci: fix testsHenry Gressmann
2024-11-21chore: update wasm testsuiteHenry Gressmann
2024-11-18chore: basic simd instructionsHenry Gressmann
2024-11-13chore: update depsHenry Gressmann
2024-10-25fix: fix no_std buildHenry Gressmann
2024-10-25fix: fix no_std buildHenry Gressmann
2024-10-24chore: add root package versionHenry Gressmann
2024-10-13ci: fix buildHenry Gressmann
2024-10-11feat: add simd support to the parserHenry Gressmann
2024-10-05chore: update depsHenry Gressmann
2024-09-12chore: refactor compiler macrosHenry Gressmann
2024-09-11fix: custom page size memory.grow on 32-bitHenry Gressmann
2024-09-11ci: improve no_std testing, add linux arm64Henry Gressmann
2024-09-11chore: remove nightly features for nowHenry Gressmann
2024-09-11chore: update deps, improve contributing guidelines, improve ciHenry Gressmann
2024-09-10fix: doc testsHenry Gressmann
2024-09-10feat: Custom memory page size (#22)Daniel Stuart
2024-09-05chore: update to rust 1.81, update wasm testsuiteHenry Gressmann
2024-09-02wip: simd supportHenry Gressmann
2024-08-29test: fix testsuite on stableHenry Gressmann
2024-08-29Release 0.8.0Henry Gressmann
2024-08-29feat: full multi-memory supportHenry Gressmann
2024-08-26feat: fix remaining 2.0 testsHenry Gressmann
2024-08-25chore: update wasmparser + testsuiteHenry Gressmann
2024-08-12chore: clean up codeHenry Gressmann
2024-08-01chore: enable unnecessarily disabled clippy rulesHenry Gressmann
2024-08-01chore: update depsHenry Gressmann
2024-07-16chore: update wasmparserHenry Gressmann
2024-07-13chore: update depsHenry Gressmann
2024-07-01chore: refactor executor, add LocalCopy instructionsHenry Gressmann
2024-06-30chore: Memory and Data Instances are no longer reference countedHenry Gressmann
2024-06-30chore: restructure runtime and reduce build dependenciesHenry 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-06-13chore: update depsHenry Gressmann
2024-06-01fix: table_init variable orderHenry Gressmann
2024-05-31chore: update deps & spec testsuiteHenry Gressmann