Replies: 2 comments 2 replies
-
|
Yes! Glad people are seeing this possibility as well. The work is somewhat started as this is a use case I'm excited for as well. There are a couple ways to approach this and I don't see why we can't support them all since they are related, but it would help to get feedback on what to prioritize. wanix consoleFirst, I have planned what I currently think of as You could imagine a detached mode ( Want a console to be some customized environment or immediately run a command? You can use wanix mountAnother path is what I started as combinedObviously, these two commands could be combined to one command or be two commands but as different workflow entrypoints. The Similarly, Perhaps the future is just So that's what's been in my mind. Open to feedback on all this, or alternative ideas. Unless y'all have a specific use case to chime in with, I'll probably initially focus on interactive Keep in mind, in all these cases, the wanix environment is totally isolated from the host system unless you use pickerfs to mount a directory inside. Way back, I had imagined a scenario where enough of the host filesystem is mounted inside that you could use wanix to run a shell for working with the host system, where it could be possible to use it as your system default shell. That is much more ambitious and will have to wait. Anyway, thanks for starting a discussion on this and would love feedback from anybody else as well. |
Beta Was this translation helpful? Give feedback.
-
|
interesting discussion . Wanix is like a technology ahead of its time with a myriad of potential. I use this setup to do a similar thing without wanix , but was thinking about using them together also. First you have wazero to run the WASM. then you need a plan9 FS . There is a golang implementation of plan9 plumber out there too that uses nats Jetstream. Plumber is a user level file system . |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have just "discovered" wanix, and I think it's awesome!
I have been thinking about something similar for a while, but you guys beat me to it. Here's my motivation: I would like to have a tool to run WASM code in the command line, and instead of WASI, run it in a namespace in Plan 9 style. So, marrying wanix with a WASM engine in Go. Would it be possible - no, scratch that, I know it would be possible, what I would really like to know is how do I get there? I know of pure Go WASM engines, like wasmer-go, so I would like to combine that with wanix namespaces.
Beta Was this translation helpful? Give feedback.
All reactions