You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust 1.78.0, target: wasm32-wasip1-threads
using std::fs::File::open, I tried open '/cache/system/font/Ko/NotoSansKR-Bold.woff2' which is not exists actually,
and I got error,
[WASI stderr] called `Result::unwrap()` on an `Err` value: Custom { kind: Uncategorized, error: "failed to find a pre-opened file descriptor through which \"/cache/__system__/font/Ko/NotoSansKR-Bold.woff2\" could be opened" }
maybe wasi-sdk problem...?
The text was updated successfully, but these errors were encountered:
rust 1.78.0, target: wasm32-wasip1-threads
using std::fs::File::open, I tried open '/cache/system/font/Ko/NotoSansKR-Bold.woff2' which is not exists actually,
and I got error,
maybe wasi-sdk problem...?
The text was updated successfully, but these errors were encountered: