-
Notifications
You must be signed in to change notification settings - Fork 24
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
Some minors issues while following README #63
Comments
Thanks for the second set of eyes! 👀 Can you try opening the page with |
You're welcome to! :) |
yay, already tried, still the same issue. |
Hm. Yeah. I'm not sure what's happening here. Apparently I'm unsure how it used to work. Tagging @appcypher for help 👀 |
It's weird. This example is also uploaded to https://calm-thin-barista.fission.app/ and there the |
Hmmm, lemme check further details at night 😄 thank for ur information |
@zeeshanlakhani concurrently has fixed one of these issues in #64 😅 |
@matheus23 ah sorry. I should have seen this. |
Can you tell more about the deployment process on this? I cannot find it in ci/cd so I guess it is manually deployment. Maybe its different from local machine or we missed something. |
Thanks for taking a look at this @thaodt and @zeeshanlakhani. The 404 errors are from a webpack issue and can be ignored for now. But the main issue is that the example hasn't been updated in a while so it may not be using the correct API. I will fix that in a new PR. |
Hi, I described issues what I met while playing around with
rs-wnfs
. I know we're WIP, so any issues could happen.Summary
Problem
README.md
line 193script/
rs-wnfs.sh
got permission denied.rs-wnfs build --all
getwasm-opt
command not found.example/graph
following README.md there, got some errors in console:Impact
/usr/local/bin/rs-wnfs: line 124: wasm-opt: command not found
Solution
scripts/
instead ofscript/
/usr/local/bin/
area which is required root privilege. Therefore I recommend usingsudo
and update README correspondingly.binaryen
bysudo pacman -Sy binaryen
.More information
Desktop:
I'm pleased to help further to the project (by creating any PRs) if its fine.
The text was updated successfully, but these errors were encountered: