Skip to content

Commit

Permalink
early implementation of ECMA-419 files
Browse files Browse the repository at this point in the history
  • Loading branch information
phoddie committed May 5, 2024
1 parent 346593f commit aa9c5cd
Show file tree
Hide file tree
Showing 4 changed files with 596 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/io/files/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"platforms": {
"mac": {
"modules": {
"embedded:x-files": "./posix/files-posix"
}
}
},
"preload": [
"embedded:x-files"
]
}
Loading

0 comments on commit aa9c5cd

Please sign in to comment.