diff --git a/docs/daily.md b/docs/daily.md index ea6ff14..c5ae884 100644 --- a/docs/daily.md +++ b/docs/daily.md @@ -1,13 +1,8 @@ # Daily Progress Log -## Wed 7/31/2024 -1. For now, I have disabled the global.set instructions so that we can continue working on the rest of the code. However, we are now encountering the following problem: -``` -thread 'wasi-thread-1' panicked at src/commands/run.rs:805:14: -wasmtime_wasi is not compatible with threads -note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace -wasi-thread-1 panicked: Any { .. } -``` +## Thu 8/01/2024 +1. Working with Qianxi to fix the compatibility issue. +2. Encountering the issue of Rustposix not properly setting up the cage. ## Tue 7/30/2024 1. I have now integrated the WebAssembly format assembly code `wasi_thread_start.s` into glibc, compiled it into an object file (.o), and linked it into the sysroot. However, at runtime, we encounter the following error: