-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WASM build for the library? #74
Comments
I saw the file https://github.com/dirs-dev/directories-rs/blob/main/src/wasm.rs . |
Hi @ieugen, it only means it builds on WASM, but no directories are provided. I'd expect that WASI already offers an API comparable to dirs, would be crazy if they just repeated the mistakes of the last decades. Is there a listing of available APIs for WASI somewhere? Thanks, Simon |
I think all authoritative documents should be here https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-documents.md . I think WASI is focused on providing access to the underlying platform in a portable way. Checking out the API - it looks much lower level: https://github.com/WebAssembly/WASI/blob/main/phases/snapshot/docs.md . https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-overview.md |
Hi,
Have you considered a WebAssembly build for the library ?
It should allow the usage of this library from any system using webassembly.
WebAssembly + WASI is getting traction and I think it's a good target to keep in mind.
The text was updated successfully, but these errors were encountered: