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

local.set and local.get don't work. What works is get_local and set_local.

Himujjal opened this issue · comments

Hi. As stated and as I have gone through multiple WA Text format docs, get_local and set_local both are depreciated. But the studio doesn't support it.

Is it possible to update the wat2wasm compile to the latest version?

I'm pretty sure they use binaryen not wat2wasm

Yeah. I got that. Its outdated BTW. I needed help to file a PR.

@WebAssemblyStudio any updates about this?