Adam C. Foltzer

Results 47 comments of Adam C. Foltzer

This seems to have the unfortunate requirement that one must first have a project that successfully installs. I'm in the middle of trying to fix a buggy commit, and so...

Yes, it's the latter issue. It's frustrating primarily because ghci is such a nice way to fix broken projects :3 Only three more weeks of classes, though, so maybe I...

Hmm, can you point out where you saw that reentrant calls are not allowed? It's true that the interface for making them isn't great, but you can look up callbacks...

Yes, we're definitely interested in supporting these and related proposals such as exceptions. Right now, we're following the progress of https://github.com/CraneStation/cranelift/pull/871, which adds reference types to the Cranelift compiler backend...

@shravanrn just to clarify, is this issue about being able to change the Wasm module's import functions (what we mostly call hostcalls) between instances, or about being able to mutate...

Yes, definitely. And in fact, the example you provided is similar to one potential approach we have for overhauling hostcalls altogether; calls to Wasm imports would be transformed into `call_indirect`s...

> We don't currently enable the signal handler with lucet (maybe we should). Also note that unless you've modified the internals of `lucet-runtime` to explicitly remove the signal handler, it...

Assigned myself just so it's somewhat harder for me to lose track of this. As the originator of the PR I can't mark myself as a reviewer :disappointed:

This sounds good to me. My suspicion is that as coroutines become A Thing, it will make even less sense to have these fields on the context, since there will...

Hi @roman-kashitsyn, thanks for the report! Unfortunately I'm so far unable to replicate this issue, at least on my Linux machine. Can you share more about your OS environment? Also,...