royaljain
royaljain
### Summary I'm trying to run a simple JS function, using [Javy](https://github.com/bytecodealliance/javy) to compile the wasm file. index.js ``` export function foo() { console.log("Hello from foo!"); } ``` index.wit ```...
Can you provide pre-trained model to evaluate the code ?
**Problem** The size of wasm module produced is quite high, ~ 8 MB for a function adding two numbers. My understanding is that the interpreter (SpiderMonkey) is the majority of...