-
Standard libraries can and should be treated as regular packages; which, at least for the time being, can only be loaded at genesis.
Related discussion: https://github.com/gnolang/gno/pull/2319#dis…
-
Figure out how to reduce our stdlib to not include decls not needed for webgpu so the total binary size is small, targetting
-
**Describe the bug**
**To Reproduce**
```console
$ amber -e 'import * from "std/text"; echo replace("\\", "\\", "expected")'
\
$ amber -e 'import * from "std/text"; echo replace("\\\\", "\\\\…
-
# Goals
Build libcore, liballoc, and their dependencies from source using `rules_rust`, preferably with bzlmod.
# Reasoning
When compiling to bare-metal targets, as well as custom targets, one is r…
-
When working with Gospel I run into the same issues from time to time:
- Missing functions for sequences
Functions like `mapi` or `map2` are defined for lists, but not for sequences. On the oth…
-
https://github.com/AFLplusplus/LibAFL/blob/89cff637025c1652c24e8d97a30a2e3d01f187a4/libafl_bolts/src/tuples.rs#L27-L58
this code here relies on the (unsound) specialization of Copy for cloning of a…
-
| --- | --- |
| Bugzilla Link | [577825](https://bugs.eclipse.org/bugs/show_bug.cgi?id=577825) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Dec 15, 2021 09:35 EDT |
| Modified | Mar…
-
Hey there,
Would it make sense (or be possible even) to have the c3's standard library being compiled into either an .so (dynamic library) or a bunch of .a (static library/archives)?
The lib def…
-
### Use Case
* Downloading a file from a bucket and saving it directly to disk
* Downloading a file from an HTTP response, and performing processing on its output
* Reading a file from disk as a …
-
Third-party crates aren't a Rust program's only dependencies; compiled Rust binaries also link with the `std` or `core` crate, both of which are dual-licensed under MIT and Apache 2.0, and thus their …