wasmerio / wasmer-rust-example

Example of WebAssembly embedding in Rust using Wasmer
https://wasmerio.github.io/wasmer/rust/wasmer_runtime/
162 stars 24 forks source link

wasmer/wasi with rust lib project #13

Closed developeer closed 4 years ago

developeer commented 4 years ago

I was able to get my project to run as a binary project but it failed to run as a library project. does wasmer/wasi only support rust binary projects and not library projects. The application wrote file to a specific folder allowed by the preopen_dirs function.