Bhavya Bhatt

Results 26 issues of Bhavya Bhatt

Write tests for all the modules and increase the unit testing coverage of the library.

enhancement

## 🐛 Bug I am using pyodide in my next.js 13 project. I have placed following files inside `public` directory of next project: package.json, pyodide.asm.js, pyodide.asm.wasm, pyodide.js, pyodide.mjs, python_stdlib.zip. I...

bug

I build the .wasm binary by following the official link: https://www.assemblyscript.org/getting-started.html#setting-up-a-new-project. My code in `/assembly/index.ts` is ``` // The entry file of your WebAssembly module. export function main(): void {...

I installed `iwasm` using the command: `brew install wasm-micro-runtime`. Then checked `iwasm --version` which outputted: `iwasm 2.0.0`. Now I have a main.wasm which I build from a cpp project using...

I am trying out below code which has some imports which gets length prefixed strings from memory. These host native imports implementation is closed. Below is the code ```typescript import...