Skip to content

Commit

Permalink
Add: daily report
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang71 committed Aug 2, 2024
1 parent f26d650 commit c75b5e0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/daily.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c75b5e0

Please sign in to comment.