v0.3-preview #174
progrium
announced in
Announcements
Replies: 1 comment 4 replies
-
|
Congrats all. do the File interfaces for OPFS, DOM, web workers, and service workers also work on OS level like Windows, Darwin, FreeBSD ? I ask because I need a cross platform system that does mkdir, cp, mv, etc etc . Would make a simple file explorer demo that runs on backend ( as cli ) and in browser ( as WASM ) with file sync and diff between them . Seems like a useful tool for the project , but also a building block as diff , merge, patch on text files is useful for larger projects that I can imagine wanix is designed for . The exact same charm bracelet TUI on the backend would be running in the frontend, providing interactivity . |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Spirit of Plan 9 in Wasm
This is a preview release for
v0.3which is a major rewrite and redesign inspired by Plan 9. This release is incompatible withv0.2and many of its features are not yet available on this new platform. Instead, this release focuses on these new features as a foundation for the future:wanixexecutable includes everything needed to produce Wanix environments.window.showDirectoryPicker()method (not available yet in Safari and Firefox)io/fspackage and API of the standard library. This package can be used entirely independent of Wanix for building FUSE filesystems and network file servers (9P, etc).Be sure to watch the demo video linked above for background and example usage. We're working on documenting the roadmap to
v0.3in this milestone. Special thanks to @taramk and @jpf!Full Changelog: https://github.com/tractordev/wanix/commits/v0.3-preview
This discussion was created from the release v0.3-preview.
Beta Was this translation helpful? Give feedback.
All reactions