mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 01:11:32 +00:00
llvm-like naming of __heap_base, definition fixes, update examples
This commit is contained in:
@ -232,13 +232,13 @@
|
||||
(global $~lib/util/number/_frc_pow (mut i64) (i64.const 0))
|
||||
(global $~lib/util/number/_exp_pow (mut i32) (i32.const 0))
|
||||
(global $~lib/started (mut i32) (i32.const 0))
|
||||
(global $~lib/rt/RTTI_BASE i32 (i32.const 7248))
|
||||
(global $~lib/rt/__rtti_base i32 (i32.const 7248))
|
||||
(export "memory" (memory $0))
|
||||
(export "__alloc" (func $~lib/rt/tlsf/__alloc))
|
||||
(export "__retain" (func $~lib/rt/pure/__retain))
|
||||
(export "__release" (func $~lib/rt/pure/__release))
|
||||
(export "__collect" (func $~lib/rt/pure/__collect))
|
||||
(export "__rtti" (global $~lib/rt/RTTI_BASE))
|
||||
(export "__rtti_base" (global $~lib/rt/__rtti_base))
|
||||
(export "main" (func $std/array/main))
|
||||
(func $~lib/rt/tlsf/removeBlock (; 6 ;) (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
|
||||
(local $2 i32)
|
||||
|
Reference in New Issue
Block a user