mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 10:41:42 +00:00
Rework loop compilation / flows (#644)
This commit is contained in:
2
examples/mandelbrot/build/optimized.d.ts
vendored
2
examples/mandelbrot/build/optimized.d.ts
vendored
@ -8,6 +8,6 @@ declare module ASModule {
|
||||
type f32 = number;
|
||||
type f64 = number;
|
||||
type bool = any;
|
||||
function computeLine(y: u32, width: u32, height: u32, limit: u32): void;
|
||||
export function computeLine(y: u32, width: u32, height: u32, limit: u32): void;
|
||||
}
|
||||
export default ASModule;
|
||||
|
Reference in New Issue
Block a user