Skip to content

Commit

Permalink
Mandelbrot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexristinmaa committed Apr 22, 2024
1 parent 056df06 commit c50830f
Show file tree
Hide file tree
Showing 8 changed files with 993 additions and 354 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// globals.d.ts
declare module globalThis {
var Go: class;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export function allocateBuffer();
export function mandelbrot(Number, Number, Number, Number, Number);
Loading

0 comments on commit c50830f

Please sign in to comment.