logoalt Hacker News

afioritoday at 4:50 AM0 repliesview on HN

You can't even run wasm in browsers without JavaScript, it is not a supported <script /> type

Anyway I am quite sure that you could almost completely get rid of js glue code by importing the static Reflect methods and a few functions like (a,b)=>a+b for the various operators, add a single array/object References to hold refs and you can do pretty much everything from wasm by mixing imported calls