emscripten can't memfd

This commit is contained in:
lizzie 2026-06-08 23:55:57 +00:00
parent 3d351805e9
commit ae064224b9
2 changed files with 17 additions and 18 deletions

View file

@ -77,7 +77,7 @@ private:
size_t backing_size{};
size_t virtual_size{};
#if !(defined(__OPENORBIS__) || defined(__managarm__))
#if !(defined(__OPENORBIS__) || defined(__managarm__) || defined(__wasi__) || defined(__EMSCRIPTEN__))
// Low level handler for the platform dependent memory routines
class Impl;
std::unique_ptr<Impl> impl;