feat: Renode example tests + v0.1.0 release prep#63
Merged
Conversation
Renode execution tests: - tests/wast/calculator.wast — 62 assert_return (arithmetic, bitwise, min/max/abs, accumulator) - tests/wast/anti_pinch.wast — 23 assert_return (jam detection, PWM ramp, getters, tick) - Wired into Bazel wast_multi_func_test pipeline Release v0.1.0 preparation: - CHANGELOG.md — comprehensive release notes - All 16 crate Cargo.toml — descriptions, metadata, keywords - README.md — updated features, quick start, 851 tests, 197+ opcodes - CLI help — usage examples, accurate descriptions Meld/kiln integration instructions: - docs/design/meld-kiln-integration-instructions.md - Contract: what synth expects from meld (single-memory core module) - Contract: what synth expects from kiln-builtins (3 C ABI functions) - OSxCAR end-to-end test plan Trace: skip Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renode Execution Tests (85 assertions)
wast_multi_func_testpipelineRelease v0.1.0 Prep
Meld/Kiln Integration Instructions
docs/design/meld-kiln-integration-instructions.mdTest plan
cargo test --workspace— 851 tests, 0 failurescargo clippy— cleancargo fmt --check— clean🤖 Generated with Claude Code