mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 11:11:43 +00:00
rtti & refactoring
This commit is contained in:
@ -25,9 +25,7 @@
|
||||
(global $~lib/math/NativeMath.SQRT2 f64 (f64.const 1.4142135623730951))
|
||||
(global $std/libm/SQRT2 f64 (f64.const 1.4142135623730951))
|
||||
(global $~lib/ASC_SHRINK_LEVEL i32 (i32.const 0))
|
||||
(global $~lib/memory/HEAP_BASE i32 (i32.const 8))
|
||||
(export "memory" (memory $0))
|
||||
(export "table" (table $0))
|
||||
(export "E" (global $std/libm/E))
|
||||
(export "LN10" (global $std/libm/LN10))
|
||||
(export "LN2" (global $std/libm/LN2))
|
||||
|
Reference in New Issue
Block a user