You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What?
Add new native types (WASM) int64, float32 and float64
Why?
Currently only int32 and below are supported, I tried to add missing native types but not able to compile. Please add these type or write a how to note.