Benoît Cortier
Benoît Cortier
Thank you @syrusakbary for your input! > This is a question I've had for a while, but what is the main difference between wasmtime and wasmer? I can't recall exactly,...
That's definitely some workflow we could think of at some point. Makes me think of the gcc-emacs that is compiling elisp instead of interpreting it IIRC. I prefer investigating the...
Regarding garbage collection, currently some scripting languages implement it manually like [AssemblyScript](https://www.assemblyscript.org/garbage-collection.html#runtime-interface), and yes there is [a proposal for it](https://github.com/WebAssembly/gc). Obviously, we should aim for user friendliness a minimum here....
What happened to this PR? GitHub says it's merged, but it's not as far as I can tell 
Hi! I have the exact same needs. > I would be very happy review to pull requests that add all of these features, and I can provide some guidance for...
> Hi @CBenoit, thanks for your interest in contributing this change! Are there specific aspects of the implementation that you have questions about? Rather than questions about aspects of the...
Thank you for the prompt answer! I understand the idea. Indeed, splitting backends into separate crates sounds very good. My understanding is that we could build a backend in a...
Hi :slightly_smiling_face: Thank you for the answer, but this is not what I’m looking for. I need to get a hasher from a hash code I can’t know ahead of...
> I had a look. I currently see no way of doing it with the current code. The way things currently work, you cannot return a `StatefulHasher` based on the...
For what it’s worth, I too think simply following the minimal kakoune insert mode is very reasonable. Neither too much, nor too little, and people looking for more than the...