Stream: general

Topic: Wasi system calls


view this post on Zulip OxidizedEntropy (May 28 2020 at 14:21):

Hello, I have added a new syscall to WASTIME calling directly the win32api, I know I can call it either from a .wat file or from Rust by manually importing the wasi syscall mannually, but if I try to call the apiCall (MessageBoxA) as if it was a native application the compiler cannot Resolve the Import, if it's possible I would like to know what is it I have to fork, is it the compiler, the runtime or both or more, thnak you for your help. The goal would be to have full abstraction for the person writing the program without any manual implementation of anything wasi, just cargo build --target wam32-wasi.
PS: English is not my first language, thank you.


Last updated: Oct 23 2024 at 20:03 UTC