dicej commented on issue #4337:
@alexcrichton @jameysharp @fibonacci1729 This is my first draft of an implementation of https://github.com/bytecodealliance/wasmtime/issues/4308, supporting just
record
s so far. Please let me me know what you think of the overall approach.
github-actions[bot] commented on issue #4337:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton commented on issue #4337:
Also for the CI error you'll need to modify this list to include the new crate before the
wasmtime
crate but I think that should be it.Or well depending on what Cargo lints for you may also need to fill out some crate metadata for the
Cargo.toml
as well, but you can copy that from other crates likewasmtime-environ
which are all internal as well.
dicej commented on issue #4337:
I've restructured the code a bit to reduce duplication. Please let me know if there's anything else to change (e.g. more test cases) before this would be considered merge-able.
dicej commented on issue #4337:
Sorry for all the commit churn. I've added the test Jamey suggested, rebased onto main, and squashed everything down to a single commit.
Last updated: Nov 22 2024 at 16:03 UTC