-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explain details of compile #9953
Comments
Would you be able to paste any details of snippets or commands you're running? You refer to Otherwise to answer your question here: no, a |
Soource code https://github.com/guest271314/native-messaging-webassembly/blob/main/nm_javy.js
|
This is how the binary is executed https://github.com/guest271314/native-messaging-webassembly/blob/main/nm_c_wasm.sh
|
@alexcrichton I realize it's perhaps a bit much to reproduce exactly the steps I describe above. Just something I noticed and shared here. This is what I'm talking about re Undoubtedly this current live Linux session I'm running now will freeze up at some point then I'll have the The reason I know that this is happening with
|
Ideally to help investigate this further on our end we'd need information such as steps to reproduce (e.g. exact commands, but we probably don't need to reproduce your entire environment exactly) along with logs/errors/etc that you're seeing. Without that the best we can to is piece together this from what you've listed here. I can again reiterate though that |
The linked repository includes complete source code and instructions. I'm using The running a live Linux USB/CD is perhaps somewhat involved, though possible. I don't know why what I describe happens. |
@guest271314 Alex had asked for
You say only "fails to run"; could you show us what the actual error is? Given that we know how our system is meant to operate -- |
I'm running a live Linux USB. If/when that temporary file system freezes during one of my experiments I lose that live session. I store my experiments and applications on a different USB.
Every time I use
wasmtime compile file.wasm
that producesf.cwasm
, and I lose the current filesystem, when I launch another live Linux sessionwasmtime file.cwasm
fails to run.That behaviour reminds me of how
and
work to compile executables. When the source file system is no more the executable doesn't work anymore. The executable expectes the source files to be referenced on the file system.
COuld be something else in
wasmtime
. Don't know. I know what I describe above has happened multiple times when I try to run that same.,cwasm
file produced bywasmtime
that executed before I didn't have the exact same file system to execute that file on.What's going on with the output of
wasmtime compile
here?The text was updated successfully, but these errors were encountered: