Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
P
px3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangmingming
px3
Commits
8c06e2ea
Commit
8c06e2ea
authored
Jan 03, 2024
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
95d10313
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
pxwasm.js
src/pxwasm.js
+9
-5
No files found.
src/pxwasm.js
View file @
8c06e2ea
import
{
randint
}
from
"./utils.js"
;
import
crypto
from
"crypto"
;
let
window
=
{
_pxUuid
:
'81da0909-8d01-11ee-a0dc-c1014f687990'
...
...
@@ -1037,7 +1037,11 @@ export function call_12590_12610(uuid, hash, hash2, hashv) {
console
.
timeEnd
(
'wasm'
)
return
res
;
}
// setTimeout(function () {
// console.log(call_12590_12610('79a192f9-8d13-11ee-8468-c5b80e39512d', 'dbab1d29712830bb280868d05bb0c2b96bf116192a0d66a468fab254999c3', 'd81cb335323dec439f94b1601b95c7679dd405cf4ac044e57ddc79c953e6cff3', '12'))
//
// },200)
\ No newline at end of file
if
(
import
.
meta
.
url
===
`file://
${
process
.
argv
[
1
]}
`
)
{
setTimeout
(
function
()
{
console
.
log
(
call_12590_12610
(
'79a192f9-8d13-11ee-8468-c5b80e39512d'
,
'dbab1d29712830bb280868d05bb0c2b96bf116192a0d66a468fab254999c3'
,
'd81cb335323dec439f94b1601b95c7679dd405cf4ac044e57ddc79c953e6cff3'
,
'12'
))
},
200
)
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment