whitequark commented on Issue #2502:
I've smoke tested this target by running YoWASP with wasmtime-py installed inside Termux. Yosys seems to run fine, except that instead of gracefully terminating, it just segfaults after a pretty large delay. Not sure what's up with that.
whitequark edited a comment on Issue #2502:
I've smoke tested this target by running YoWASP with wasmtime-py installed inside Termux. Yosys seems to run fine, except that instead of gracefully terminating, it just segfaults after a pretty large delay. ~Not sure what's up with that.~ I presume it segfaults because of https://github.com/bytecodealliance/wasmtime/issues/1523.
github-actions[bot] commented on Issue #2502:
Subscribe to Label Action
cc @kubkon
<details>
This issue or pull request has been labeled: "wasi"Thus the following users have been cc'd because of the following labels:
- kubkon: wasi
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
whitequark commented on Issue #2502:
would it make sense to add
O_RSYNC
there too, so that in the future we can remove the cfg_if here?I didn't realize we can do that! https://github.com/rust-lang/libc/pull/1997
Last updated: Nov 22 2024 at 17:03 UTC