mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-30 17:32:16 +00:00
fix typo
This commit is contained in:
parent
0a2fbf89ab
commit
8a7cb4c313
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
// helper types to be more explicit
|
// helper types to be more explicit
|
||||||
type char = u8;
|
type char = u8;
|
||||||
type ptr<T> = usize; // pointers are usize'd
|
type ptr<T> = usize; // all pointers are usize'd
|
||||||
type struct<T> = T; // struct are references already
|
type struct<T> = T; // structs are references already in AS
|
||||||
|
|
||||||
/** Read command-line argument data. */
|
/** Read command-line argument data. */
|
||||||
export declare function args_get(
|
export declare function args_get(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user