test.sh
This commit is contained in:
parent
0191d024e4
commit
a81950853e
4 changed files with 144 additions and 1 deletions
5
index.js
5
index.js
|
|
@ -1,9 +1,12 @@
|
|||
|
||||
const setN = 1000;
|
||||
|
||||
import { cc, dlopen, FFIType } from "bun:ffi";
|
||||
|
||||
|
||||
// START TINYCC
|
||||
import source from "./matrixcc.c" with { type: "file"};
|
||||
|
||||
const setN = 1000;
|
||||
|
||||
|
||||
const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue