Skip to content

[wasm] Issue with loading files from the file system during the library tests run #37648

Description

@MaximLipnin

Wasm does not support loading files from the file system by default.
There seem to be at least 3 options:

  • Embed the files as resources in an assembly and pull them out during the test run (wasm supports writing / creating files)
  • Wasm supports configuring a filesystem ahead of time. This would be the entire set of files being used in the tests.
  • Disable the tests

cc @steveisok

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions