chpio
chpio
@noffle why do you think they do not exist? ``` bash $ ll / total 30424 [...] drwxr-xr-x 1 thomas root 0 Feb 4 12:33 ipfs/ drwxr-xr-x 1 thomas root...
support for mio + future ([tokio](https://github.com/tokio-rs/tokio-core)) would be really nice too
> Everything else is 'mere' computation, something that can be specified purely algorithmically and executed by anything. > Lucet is designed to take WebAssembly beyond the browser, and build a...
@Frederik-Baetens yeah, but it's still just an interpreter, compiling a wasm ahead-of-time into a fully integrated unikernel, like proposed [here](https://github.com/nebulet/nebulet/issues/72#issuecomment-423304498) would be really cool. edit: maybe it does support ahead-of-time...
Can we get #461 merged?
Fix for this problem? https://github.com/seanmonstar/warp/issues/944
> https://sequoia-pgp.org/ , haven't checked if they have SC support already. this issue seems related:
> Compiling LibSass to WASM is easy. The difficulty is in compiling the C++ code that binds LibSass to Node. Isn't there a way to use libsass only as a...
maybe this could be used to compile it to wasm: * [How can I write programs that use WASI? - C/C++](https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-intro.md#cc) * [Standardizing WASI: A system interface to run WebAssembly...
how about including just the "full" source font file and let the user build the needed fonts by them self? you could include a simple `Promise` based tool, this should...