Haggai Nuchi
Haggai Nuchi
> wasm-ctor-eval isn't aware of the stack, really (it's a userspace matter) Ahh, that makes sense — of course since the stack can go in different places according to preference,...
My edit reflects the solution I found: I put that code block at the end of the function which I'm going to call with wasm-ctor-eval. Then just as wasm-ctor-eval finishes...
In case it benefits anyone reading in the future, here's an example to illustrate what I mean. `clang` in both cases below is from the wasi sdk. --- With no...
Same for me on Firefox 65.0b12, but if I replace the `cout
I'm happy to describe my workflow so far. I've already worked around most of the issues I've found, so this would just be a "nice to have for others" and...
Coincidentally, I just wrote a library to solve this problem: https://github.com/nuchi/faust-tap-library/ Actually I wanted something slightly different than a `persist` primitive — I wanted to route deeply nested signals to...
Arriving here via your [HN post](https://news.ycombinator.com/item?id=29760708) — I made a tool that can generate `.sublime-syntax` files from an EBNF for a language (with some mild restrictions, but if the grammar...
Hi @sletz , thanks for letting me know the build failed for you, I rebased on latest and also fixed the issues with git submodule permissions by replacing git@-style submodule...
great to hear it! I'm happy to leave this branch up to make it easier to periodically rebase and check for accidental relapses if you don't want to merge. sounds...