react-native-webassembly icon indicating copy to clipboard operation
react-native-webassembly copied to clipboard

⚛️ 🏎 WebAssembly for React Native powered by JSI.

Results 16 react-native-webassembly issues
Sort by recently updated
recently updated
newest added

Hi guys, Firstly thank you for the library! Currently, I'm having a project that utilize [Lit Protocol](https://developer.litprotocol.com/v3), specifically [the encrypt and decrypt part](https://developer.litprotocol.com/v3/sdk/access-control/quick-start). The library itself does not officially support...

Crash log: ``` > Task :react-native-webassembly:buildCMakeDebug[armeabi-v7a] FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-webassembly:buildCMakeDebug[armeabi-v7a]'. > com.android.ide.common.process.ProcessException: ninja: Entering directory `/.../node_modules/react-native-webassembly/android/.cxx/Debug/5i3r5q68/armeabi-v7a' [1/18] Building...

Hello there, @cawfree! First of all, incredible work on this library - I'm hoping it'll help me solve a very relevant problem for a project I'm working on to enable...

Hi guys I'm getting started with react native native modules, I'm no cpp developer and i found your cool project. Do you know any good place to find in-depth documentatiom,...

### Issue Description #### I am trying to rebuild [ffjavascript](https://github.com/iden3/ffjavascript) to run on React Native, and I need the `compile` function to be supported in `react-native-webassembly`. #### Currently, the WebAssembly...

feature-request

Hey, I have loaded my wasm with `WebAssembly.instantiate` and i want to check the available functions because I am not sure which one is the name to call. Is that...

Everything works fine when I do: ```ts export const add = async () => { const {instance} = await WebAssembly.instantiate number; }>(AddNumber); return instance.exports.add; }; ``` But if I try...

bug
needs-replication

I am getting the memory as [] and memory.buffer as undefined when load in react-native (with react-native-webassembly). I am able to get the memory as Memory instance on nodejs enviroment...

bug

Hi and thank you for your incredible work! Did you perform any performance benchmarks or do you plan to do that? I'm wondering if wasm from this package can perform...

documentation
help wanted

Hello, I'm currently trying to integrate rust code into my expo app. After compiling my rust code into wasm I have a sign_bg.wasm.d.ts. The function signature look like this: ```ts...

bug