mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 17:01:37 +00:00
Fix invalid flow switch when inlining optional arguments into a call, see #632
This commit is contained in:
@ -101,7 +101,7 @@ Besides demangling classes exported from your entry file to a handy object struc
|
||||
```
|
||||
|
||||
* **__start**(): `void`<br />
|
||||
Explicit start function if the `--explicit-start` option is used. Must be called before any other exports if present.
|
||||
Explicit start function if the `--explicitStart` option is used. Must be called before any other exports if present.
|
||||
|
||||
* **__allocString**(str: `string`): `number`<br />
|
||||
Allocates a new string in the module's memory and returns a reference (pointer) to it.
|
||||
|
Reference in New Issue
Block a user