wasdk / WebAssemblyStudio

Learn, Teach, Work and Play in the WebAssembly Studio

Home Page:http://webassembly.studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don`t support i64.

webnickell opened this issue · comments

Maybe it`s problem of JS. And don't have highlighting for i64 operations like i64.add.

Wasm and JS both support 64bit integers. But they don't support passing them across the Wasm-JS boundary. It's bizarre.