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

build freenet-stdlib with no wasm #1029

Closed
gogo2464 opened this issue Mar 31, 2024 · 1 comment
Closed

build freenet-stdlib with no wasm #1029

gogo2464 opened this issue Mar 31, 2024 · 1 comment

Comments

@gogo2464
Copy link
Contributor

Hello. I am coding a pentest tool to exploit freenet sites when no authentication is required.

sadly currently I have:

#[cfg(all(not(target_family = "wasm"), feature = "use-node"))]
pub fn new() -> Result<Self, String> {
    unimplemented!()
}

So I can not build it :(

Could e implement it please?

@gogo2464
Copy link
Contributor Author

gogo2464 commented Apr 5, 2024

It is already present in fdev.

issue closed.

@gogo2464 gogo2464 closed this as completed Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant