mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 20:21:48 +00:00
More stdlib setup
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
(module
|
||||
(type $v (func))
|
||||
(import "env" "external" (func $declare/external))
|
||||
(global $HEAP_START i32 (i32.const 4))
|
||||
(global $HEAP_BASE i32 (i32.const 4))
|
||||
(memory $0 1)
|
||||
(export "external" (func $declare/external))
|
||||
(export "memory" (memory $0))
|
||||
@ -51,7 +51,7 @@
|
||||
f64
|
||||
isize
|
||||
usize
|
||||
HEAP_START
|
||||
HEAP_BASE
|
||||
declare/external
|
||||
[program.exports]
|
||||
declare/external
|
||||
|
Reference in New Issue
Block a user