Link globals into global scope instead

This commit is contained in:
dcodeIO
2017-12-16 20:08:33 +01:00
parent 2720515982
commit c70eb7792f
5 changed files with 72 additions and 37 deletions

View File

@ -49,29 +49,36 @@
isize
usize
HEAP_BASE
array/Array
Array
error/Error
Error
error/RangeError
RangeError
heap/ALIGN_LOG2
heap/ALIGN_SIZE
heap/ALIGN_MASK
heap/HEAP_OFFSET
heap/Heap
Heap
Heap.get_used
Heap.get_free
Heap.get_size
Heap.allocate
Heap.dispose
Heap.copy
heap/Heap.get_used
heap/Heap.get_free
heap/Heap.get_size
heap/Heap.allocate
heap/Heap.dispose
heap/Heap.copy
map/Map
Map
set/Set
Set
string/String
String
[program.exports]
Array
Error
RangeError
Heap
Map
Set
String
array/Array
error/Error
error/RangeError
heap/Heap
map/Map
set/Set
string/String
;)