wasmtime icon indicating copy to clipboard operation
wasmtime copied to clipboard

Add intial porting of table_ops from arbitrary to mutatis

Open khagankhan opened this issue 8 months ago • 2 comments

This is the initial (unofficial) porting of table_ops from arbitrary to mutatis.

No new features are added. This is a direct port of the existing implementation using the arbitrary crate to the mutatis framework.

Open to review and feedback.

Initial work towards: bytecodealliance/wasmtime#10327
cc @ospencer @fitzgen

khagankhan avatar Jun 04 '25 19:06 khagankhan

Subscribe to Label Action

cc @fitzgen

This issue or pull request has been labeled: "fuzzing"

Thus the following users have been cc'd because of the following labels:

  • fitzgen: fuzzing

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

github-actions[bot] avatar Jun 04 '25 22:06 github-actions[bot]

Thanks, @fitzgen! currently working on it. Will integrate your suggestions in the next commit.

khagankhan avatar Jun 12 '25 18:06 khagankhan