-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Get table from Ctx #245
Conversation
Looks great! Does it work for the specific issue you had? |
I think there is a bit more to do here, but I'm still figuring it out. For example, |
Yeah, I threw together the |
2418bd6
to
4f5975d
Compare
@lachlansneff I've had some time to look at this again, and I've been able to create and call a /// The functionality exposed by this trait is expected to be used
/// for calling functions exported by a webassembly module from
/// host code only.
pub trait ProtectedCaller: Send + Sync { When I try to use
So I don't think this Do you think that's a reasonable idea? Is that something I should try implementing? |
On second thought, this is all very out of date, and I don't think any of it is salvageable. |
Based on some discussion on Spectrum, this change adds a
table
function toCtx
.Feedback appreciated!