-
## Syscalls
Everything specific to Ethereum, up to running basic usual contracts.
- [x] Clean up the syscalls ids, use EVM opcode values for clarity and guidelines
- [x] msg.*
- [x] tx.*
- [x…
-
Hi! First of all, this is an awesome project. Thank you very much for making it available.
I would like to know if [ef-core scaffolding](https://learn.microsoft.com/en-us/ef/core/managing-schemas/…
-
Thank you for your outstanding work. When Seismic loads the index file, does it load all the data into memory? Is it possible to use memory mapping to load the index file, which would reduce physical …
-
**Is your feature request related to a problem? Please describe.**
There's been some appetite to perform the memory cache check ahead of the interceptor chain. This is a relatively big behaviour chan…
-
Here is my config:
```rs
pub static BOOTLOADER_CONFIG: BootloaderConfig = {
let mut config = BootloaderConfig::new_default();
config.mappings.physical_memory = Some(Mapping::Dynamic);
conf…
-
### Issue type
Documentation Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
TF 2.18
### Custom code
No
### OS platform and distribu…
-
(I'm still a novice to the wasmtime code so please let me know if I've made any mistakes. Thanks!)
## Motivation
In #9535 we added initial support for illumos. (Thanks!) As noted there, we did n…
-
After considering at how 74LS283 works, I do see that SW3 with 128 K EEPROM is not effectively used. Right now there are two 64 kB banks, each of them can be addressed at 0000, 4000, 8000 or C000…
-
First of all, this is awesome; fantastic effort, and after a (somewhat quick) scan this is just lovely :) Awesome stuff!!
In the memory mapping section, you mention you're not entirely sure how memor…
-
It would great if cnpy supported memory mapping of files similar to how numpy.load() does it. (This would be useful for reading small portions of very large files.)