mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-31 15:22:03 +00:00
Added support for indexed framebuffers in framebuffer files
This commit is contained in:
@@ -452,7 +452,7 @@ pub fn initialize(fs: &mut WasiFs) -> Result<(), String> {
|
||||
let fb_fd = unsafe {
|
||||
fs.open_dir_all(
|
||||
VIRTUAL_ROOT_FD,
|
||||
"sys/class/graphics/wasmerfb".to_string(),
|
||||
"sys/class/graphics/wasmerfb0".to_string(),
|
||||
ALL_RIGHTS,
|
||||
ALL_RIGHTS,
|
||||
0,
|
||||
|
Reference in New Issue
Block a user