Philipp Tessenow
Philipp Tessenow
Just ran into that error (I've cloned git-browse into my development-directory and symlinked the `bin/git-browse` file into the dir where my binaries live. This PR fixes it. :+1:
Thanks @Araxeus 💛 > sudo xattr -r -d com.apple.quarantine "/Applications/*.app" This worked for me after experiencing the same error
Hey everyone, thanks for tagging me here. I haven't looked much in to WasmEdge yet, but support the idea of having multiple WASM backends (there is also https://github.com/bytecodealliance/wasmtime to be...
Hey! sorry @juanto Wasm and with it all the different wasm engines is just moving to fast for me to maintain multiple engines. I just can't do that besides family...
I was pretty pleased with crowdin when integrating it into openproject. Currently, there are 12 languages with >90% translations provided by the community (and many more with less coverage). See:...
Thanks for opening this issue! I think you explained well (at least I have the feeling of understanding :D) > Is it alright to change the existing functions to accept...
Hmm, I think (if possible to do) `offset` should always be bytes. If we do all the bytes-to-actual-values-conversion in elixir, I fear of performance impact for large chunks of memory....
@myobie I gave the whole memory API some thinking over the last couple of days and the more I look at it, the more I feel we shouldn't support all...
Hey @sleipnir wasmex currently has no special code to support interface types. It's theoretically possible to support interface types, since wasmer seems to have (dated?) support for it 👉 https://github.com/wasmerio/interface-types...
I just visited the [interface types RFC](https://github.com/WebAssembly/interface-types) and it says: > This proposal is currently inactive, with work having moved on to the [component-model](https://github.com/WebAssembly/component-model) repo However, [the Component Model RFC](https://github.com/WebAssembly/component-model),...