Skip to content

Commit

Permalink
feat: Add jsv2b Script runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Jun 5, 2024
1 parent c5ada92 commit d9a4c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ EXPORT bool altMain(alt::ICore* core)

auto& runtime = JSBytecodeRuntime::Instance();
core->RegisterScriptRuntime("jsb", &runtime);
core->RegisterScriptRuntime("jsv2b", &runtime);

core->SubscribeCommand("jsb-module", &CommandHandler);

Expand Down

0 comments on commit d9a4c5e

Please sign in to comment.