We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this moment when I try to cross compile this version to WASM I got error related with some issues in the support of the Math lib
rand/wyrand/z_wyrand.c.v:5:28: error: duplicate method `free` 3 | // free should be called when the generator is no longer needed 4 | @[unsafe] 5 | pub fn (mut rng WyRandRNG) free() { | ~~~~ 6 | unsafe { free(rng) } 7 | }
And others
math/bits.js.v:6:1: error: expected `#define`, `#flag`, `#include`, `#insert` or `#pkgconfig` not res.val = Infinity 4 | mut res := 0.0 5 | if sign >= 0 { 6 | #res.val = Infinity | ~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this moment when I try to cross compile this version to WASM I got error related with some issues in the support of the Math lib
And others
The text was updated successfully, but these errors were encountered: