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
pub fn op_mod(self : Double, other : Double) -> Double = "fmod"
The text was updated successfully, but these errors were encountered:
I reproduced the issue. The error message is:
Error: File "inlined_snapshot/_build/C_of_clam.ml", line 415, characters 14-20: Assertion failed moonc version: v0.1.20241210+3258bad5b
Sorry, something went wrong.
Actually, I encountered a similar issue, but the error message is different. I used the WASM FFI in native backend by mistake:
fn cos(d : Double) -> Double = "Math" "cos"
The error message is:
Error: Failure("TODO: import")
No branches or pull requests
The text was updated successfully, but these errors were encountered: