rhobro
rhobro
That's brilliant. I'll try that out. To save creating another issue for each question, I hope it is ok if I put them here. I'll edit the title accordingly. As...
I want to configure this because the LLVM compiler is supposed to be the highest performing compiler out of them. My use-case requires as much performance as possible. Is it...
My app is not one that is to be used by a wide audience and is only for my own use so the app size and startup time are not...
Regarding the customisability for the compiler and engine of wasmer, it'll just allow the dev to choose the best option for their needs
The project is just for me but I have 2 reasons for wanting to load my rust code through WASM: 1. This app will just be an interface to a...
Unfortunately, that doesn't work for my use case. But thank you very much anyway.
As long as it is possible haha. @kripken Out of interest, what are atomics? Are they the same as the concurrency-safe variables I've come across in languages such as Java...
As long as it is possible. So the onus is on the WASM to prevent UB? That makes sense. But being able to compile the WASM code to C and...
If the code was compiled to WASM from C, then would it still produce errors when decompiling to C?
So how could this be implemented?