Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Oct 8, 2023
1 parent 9180cf8 commit 2f17c6f
Show file tree
Hide file tree
Showing 4 changed files with 2,658 additions and 3,137 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ extern "C" void NSMain(const v8::FunctionCallbackInfo<v8::Value> &args) {
return;
}

auto rt = std::make_shared<rnv8::V8Runtime>(isolate);
CanvasJSIModule::install(*rt, isolate);
jsi_runtime = std::move(rt);
CanvasJSIModule::install(isolate);
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

#include "CanvasJSIModule.h"

std::shared_ptr<rnv8::V8Runtime> jsi_runtime;

extern "C" void NSMain(const v8::FunctionCallbackInfo <v8::Value> &args);
Loading

0 comments on commit 2f17c6f

Please sign in to comment.