mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-30 21:52:18 +00:00
Runtime 'none' by default
This commit is contained in:
1
examples/mandelbrot/build/optimized.d.ts
vendored
1
examples/mandelbrot/build/optimized.d.ts
vendored
@@ -14,6 +14,5 @@ declare module ASModule {
|
||||
}
|
||||
var NUM_COLORS: i32;
|
||||
function computeLine(y: u32, width: u32, height: u32, limit: u32): void;
|
||||
function clamp<f64>(value: f64, minValue: f64, maxValue: f64): f64;
|
||||
}
|
||||
export default ASModule;
|
||||
|
Reference in New Issue
Block a user