quantii icon indicating copy to clipboard operation
quantii copied to clipboard

An operating system running the Ardaku engine.

Results 8 quantii issues
Sort by recently updated
recently updated
newest added

https://rustsec.org/advisories/RUSTSEC-2022-0061 `ardaku` crate pulls in old `wasmi`, Ardaku just needs to get updated.

dependencies

https://rustsec.org/advisories/RUSTSEC-2022-0063 `linked_list_allocator` (Multiple vulnerabilities resulting in out-of-bounds writes) pulled in from `nmallocator` crate in Novusk. Requires updating from 0.9 to 0.10

dependencies

https://rustsec.org/advisories/RUSTSEC-2022-0054 wee-alloc (unmaintained) pulled in from `nmallocator` crate in Novusk.

dependencies

Get rid of duplicate dependencies.

enhancement

- [ ] HelloWorld.wasm runs on neutron/quantii and prints to uart0 - [ ] neutron/quantii shell works and helloworld.wasm prints to tty

enhancement

High-level drivers can be implemented in WebAssembly (example: A portable keyboard driver that can depend on USB driver from either Novusk or Neutron).

enhancement

For instance if QEMU or objcopy aren't installed.

enhancement
good first issue
help wanted