Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenWangbattle committed Apr 29, 2024
1 parent a372375 commit eb389d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wce/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## TODO
1、涉及void *的全局变量的共享,Mutex没有实现void *的sync特征,所以还有点问题

2、原本的C代码中出现了error = WASI()调用,这是一个wasi调用,如何修改到rust中?

3、rdpkru()和wrpkru()这两个函数是是不是需要分别调用ecx和eax寄存,如何实现?

4、检查alloc是否可以实现wasm 线性内存的分配:https://adlrocha.substack.com/p/adlrocha-playing-with-wasmtime-and


将以上问题解决之后,然后将fn wasi_for_dynlib()添加到preview_1.rs中

## 疑问
1、pkucreatedomain()的flags参数是什么意思?是domain号吗?
1、pkucreatedomain()的flags参数是什么意思?是domain号吗?

0 comments on commit eb389d4

Please sign in to comment.