Stephen Akinyemi
Stephen Akinyemi
So I guess the rustup thing should be opened under another issue. As this thread is for package management.
Simple is still new and the issue of backwards compatibility shouldn't be a major concern at this point. Why not get rid of the old syntax and make `use strict`...
What is the update on this? Is there a temporary workaround one can use now? The best solution I can think of rn is to bundle lld as a library...
I started thinking about this again. Do you or anyone have suggestions on what service to use to keep the star count up-to-date? Ideally a free one. 😅 I also...
> In other words, I would suggest that if things are categorized based on stars that the star relevant to the ecosystem is used. For example, if golang, the golang...
_Shared this on Discord and thought it is relevant here too._ I started work on the Rust WNFS implementation a few days ago and I've been planning how we can...
@expede What does `keystore` refer to here? > 4. Keystore > * wasm-keystore
> @appcypher @matheus23 is this going into rs-winfs? I believe so. This sounds very much like the file tree merge issue that is expected to be solved at some point...
Thanks for the reply. The loop is a nice workaround. I'm also going to try passing a pointer to see which is faster as I suspect memcpy op may be...
> @appcypher I have a similar use case as yours. It's about loading wasm bytes into v8go. Can you please share what you ended up using? I didn't go far...