-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
056df06
commit c50830f
Showing
8 changed files
with
993 additions
and
354 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
alexanderristinmaa/app/(experiments)/mandelbrot/mandelbrot/global.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// globals.d.ts | ||
declare module globalThis { | ||
var Go: class; | ||
} |
2 changes: 2 additions & 0 deletions
2
alexanderristinmaa/app/(experiments)/mandelbrot/mandelbrot/wasm.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
Oops, something went wrong.