MikeInnes / WebAssembly.jl

Other
83 stars 11 forks source link

use f64 instead of i64 #28

Closed terasakisatoshi closed 3 years ago

terasakisatoshi commented 4 years ago

Maybe, f64 is appropriate type for this example.

MikeInnes commented 3 years ago

I guess this must be right; it seems to line up with the lower example, but it's odd that this mistake slipped through. Oh well.

Thanks!