-
Notifications
You must be signed in to change notification settings - Fork 54
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
Comments
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? |
@Maaarcocr Right, 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! |
Yes, that's a wasi-vfs's issue, I'll fix it in wasi-vfs |
The latest wasi-vfs fixed this issue! https://github.com/kateinoigakukun/wasi-vfs/releases/tag/v0.5.0 |
See https://github.com/AlawysDelta/ruby-wasm-test for how to reproduce the issue.
The text was updated successfully, but these errors were encountered: