Tee Xie

Results 7 comments of Tee Xie

Same here - `Error: ENOENT: no such file or directory, open '/Users/txie/Documents/GitHub/Recip/client/RecipRN/android/build.gradle' at Object.fs.openSync (fs.js:651:18) at Object.fs.readFileSync (fs.js:553:33) at Object. (/Users/txie/Documents/GitHub/Recip/client/RecipRN/node_modules/react-native-spinkit/scripts/rnpm-prelink.js:7:16) at Module._compile (module.js:569:30) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:503:32)...

actually I just tried to upgrade WAMR to latest (4-15-2021) and tried again in AoT mode (I didn't modify WAMR code). It crashed the system (I'm running in QEMU with...

turned out I have to re-compile the wamrc. Both the timer and AS code is running properly now. A follow up question - I noticed 0.18 asc binary consumes about...

here is the command I used for AOT: ../tools/wamrc --target=thumbv7 --target-abi=eabi --cpu=cortex-m3 -o build/optimized.aot build/optimized.wasm However, I think that eabi option is wrong? I tried to use --target-abi=gnu but it...

after poking around - looks like https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/core/iwasm/aot/arch/aot_reloc_thumb.c is missing a couple functions - i2f fmul fdiv fadd After adding them into that file, the issue is solved.

I think this is still an issue for 2.3.1. @RobertBiehl any luck?

@nikoootine have you found any solution to this issue? I'm using expoKit to move the resulting image around and getting the same error.