summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-01feat: support the tail call proposal (#37)Henry Gressmann
2025-02-25chore: update to rust 2024Henry Gressmann
2025-02-12fix: fix build, improve error handlingHenry Gressmann
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-14docs: reference types for typed functions (#28)WhaleKit
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-17ci: don't add -D warnings rust flagsHenry 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: fix build, update changelogHenry Gressmann
2024-09-11ci: fix buildHenry Gressmann
2024-09-11ci: improve no_std testing, add linux arm64Henry Gressmann
2024-09-11chore: remove nightly features for nowHenry Gressmann
2024-09-11ci: fix github actionHenry Gressmann
2024-09-11chore: update deps, improve contributing guidelines, improve ciHenry Gressmann
2024-09-10fix: doc testsHenry Gressmann
2024-09-10docs: update changelog/contributingHenry Gressmann
2024-09-10ci: fix github actionHenry 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-29docs: fix image on crates.ioHenry Gressmann
2024-08-29Release 0.8.0Henry Gressmann
2024-08-29chore: update changelogHenry 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