llvm-like naming of __heap_base, definition fixes, update examples

This commit is contained in:
dcode
2019-06-01 01:14:04 +02:00
parent b19005f5bb
commit e65d875ebc
81 changed files with 3135 additions and 1995 deletions

View File

@ -8,10 +8,6 @@ declare module ASModule {
type f32 = number;
type f64 = number;
type bool = any;
const NaN: f64;
const Infinity: f64;
var lo: u32;
var hi: u32;
function getLo(): u32;
function getHi(): u32;
function clz(loLeft: u32, hiLeft: u32): void;