wip
This commit is contained in:
parent
933e7b37a7
commit
3174faffbd
2 changed files with 14 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const Module = require('./argy.js');
|
||||
const mod = globalThis.Module || require('./argy.js');
|
||||
|
||||
Module().then((module) => {
|
||||
mod().then((module) => {
|
||||
const benches = [
|
||||
'_bench_one',
|
||||
'_bench_two',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue