carllocos
carllocos
By any chance is this PR meant to solve an asc compilation issue related to callbacks? In my case, I have an Assemblyscript application for which the asc compiler generates...
I confirm what you describe in issue #73 is what I have been experiencing.
I propose the primitives because then we just need to type check once: during the call to `subscribe_interrupt`. Whereas during the callback handling, we would then have to typecheck before...
I already implemented the possibility to dump and update globals. I will soon make a PR for this.
I believe the segmentation fault comes from a continuously growing `stackValues` which leads to a stack exhaustion
I also experience this issue, however, in my case, the table is not compiled away but the table index is clearly out-of-range
Actually, the decision of rebooting or not is dependent on the use case and should come from the developers. As of that, both options should be possible.
This problem not only affects the memory but in general any change to the application state. If new primitives are introduced that may change global variables for instance, or if...
I was also thinking about this since the out-of-things paper is about debugging in production if desired. If believe the problem of debugging in production is more than just about...
Note to ourselves: in case we want to test the WASI using emscripten, make sure to use at least [v1.39.5](https://emscripten.org/docs/introducing_emscripten/release_notes.html). Since then, emscripten assumes WASI support by the runtime. Also...