Matt Butcher
Matt Butcher
I am not wading into the waters on Windows and Make. It's nearly impossible to keep a Makefile functional for Windows without making it a nightmare for everyone else. So...
So we seem to have a few options on the table: - a `build.rs` - a completely separate build script for Windows - a generic Makefile that somehow works for...
To take another crack at explaining this, @bacongobbler and I were trying to figure out how to easily share data between multiple modules in the cases where they need to...
WHOA! This is so cool! It'll be great to have a Wasmer provider!
Have you tried running with the `wasmtime` CLI? I am wondering if the LLVM version is to old. I pasted your exact code into `main.go` and then compiled with the...
Can you point me to some documentation? I'm not sure what the hashing algo is that it uses.
Yeah, that solution makes sense to me.
We could look into adding one in the type conversion functions. On Tue, Jun 18, 2019, 09:26 Nenad Strainovic wrote: > Is there any way to cast string "true/false" to...
Toolchain: It might good to split language toolchain/compilers/etc from things like optimizers (wasmopt) I worry that "Installable Platform" is too broad of a category. - Sat (Atmo in a container...
Thanks for the update. We'll keep an eye out, but won't expect anything soon. Appreciate it!