Émile Fugulin
Émile Fugulin
Streams is very much a WIP, the ReadableStream currently present is kinda of hack that only works for places where it is used in rust.
SyntaxError: Could not find export 'fromNodeProviderChain' in module '@aws-sdk/credential-providers'
Ha it is because it should be marked as external or whatever terminology your bundler uses so it doesn't try to resolve it at bundling time. It is provided at...
Http is present, but there might be a bug.
Right, it seems missing but the primitives are there so it is probability just a matter of creating the module. Still waiting on a few things before moving it to...
I am only helping on this repository @richarddavison can answer that
I would also consider https://github.com/wasmi-labs/wasmi
My concern is really with `The runtime detection will be skipped if the fastest implementation is already available at compile-time` expressed by those crates. It is not great if you...
I asked my question to the lib author: https://github.com/Nugine/simd/issues/44
The author wrote some precisions that I find acceptable. I am still on the fence on what to do here, on one hand those SIMD libraries are not mainstream vs...
Ok will change it, the problem with one flag is that you can't enable dependencies based on another flag. This is the comment I made here: https://github.com/rust-lang/cargo/issues/5954#issuecomment-2223740390 I am open...