LiquidCore
LiquidCore copied to clipboard
Node.js virtual machine for Android and iOS
On my test, iOS build failed! Undefined symbols for architecture x86_64: "node::DefineJavaScriptHash(node::Environment*, v8::Local)", referenced from: node::GetInternalBinding(v8::FunctionCallbackInfo const&) in node_instance.o "node::NodePerContextSource(v8::Isolate*)", referenced from: node::NewContext(v8::Isolate*, v8::Local, OpaqueJSContextGroup const*, OpaqueJSContext**) in node_instance.o "node::DefineJavaScript(node::Environment*,...
**zsh: parse error near `\n** error when running **npx liquidcore gradle-config --module=** on Android/Kotlin project
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
I use LiquidCore 0.7.10 in my Android app and I have experienced memory leak when calling a JS function from Kotlin code. I am sharing with you my dummy Android...
Hello, I'm not sure this is the correct place to report the problem I'm experiencing, feel free to redirect me, I just wanted to experiment with LiquidCore using latest version...
Could someone read the files from the SD card in the microservice? I get the error "access denied (EACCES)". But from the application where the microservice is running I can...
I had some debate on the performance of different ways of iterating over an array and decided to benchmark this. I also tried LiquidCore and found it to be several...
Hello, We're using liquidcore in our android project. Recently, we encountered Fatal signal 6 (SIGABRT) errors when making a call to one of our javascript functions. This function has two...
How to better debug JS code in flutter environment,How to locate the problem faster, like debugging JS。