Skip to content
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

wasi-vfs does not seem to work with js profile #242

Closed
AlawysDelta opened this issue Jun 13, 2023 · 6 comments
Closed

wasi-vfs does not seem to work with js profile #242

AlawysDelta opened this issue Jun 13, 2023 · 6 comments

Comments

@AlawysDelta
Copy link

See https://github.com/AlawysDelta/ruby-wasm-test for how to reproduce the issue.

@kateinoigakukun
Copy link
Member

kateinoigakukun commented Jun 22, 2023

Thank you for reporting! Which version of wasi-vfs are you using? Could you check that you are using the same version of wasi-vfs which ruby.wasm links?

@Maaarcocr
Copy link

Thank you for reporting! Which version of wasi-vfs are you using? Could you check that you are using the same version of wasi-vfs which ruby.wasm links?

for the CLI?

@kateinoigakukun
Copy link
Member

@Maaarcocr Right, ruby.wasm links libwasi_vfs.a and the CLI version should match with the library version.

@AlawysDelta
Copy link
Author

Thank you for reporting! Which version of wasi-vfs are you using? Could you check that you are using the same version of wasi-vfs which ruby.wasm links?

We were using wasi-vfs 0.4.0, falling back to 0.1.1 and reintroducing the original browser.umd.js file fixes it, thanks for your help!
It was probably that _inizialize() missing call that broke it.

@kateinoigakukun
Copy link
Member

Yes, that's a wasi-vfs's issue, I'll fix it in wasi-vfs

@kateinoigakukun
Copy link
Member

The latest wasi-vfs fixed this issue! https://github.com/kateinoigakukun/wasi-vfs/releases/tag/v0.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants