mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 01:41:30 +00:00
Set up documentation generation
This commit is contained in:
8
std/portable.d.ts
vendored
8
std/portable.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file Environment definitions for compiling AssemblyScript to JavaScript using tsc.
|
||||
* Environment definitions for compiling AssemblyScript to JavaScript using tsc.
|
||||
*
|
||||
* Note that semantic differences require additional explicit conversions for full compatibility.
|
||||
* For example, when casting an i32 to an u8, doing `<u8>(someI32 & 0xff)` will yield the same
|
||||
@ -7,8 +7,10 @@
|
||||
*
|
||||
* Note that i64's are not portable (JS numbers are IEEE754 doubles with a maximum safe integer
|
||||
* value of 2^53-1) and instead require a compatibility layer to work in JS as well, as for example
|
||||
* {@link ./glue/js/i64.d.ts} / {@link ./glue/js/i64.js}.
|
||||
*/
|
||||
* {@link glue/js/i64} respectively {@link glue/wasm/i64}.
|
||||
*
|
||||
* @module std/portable
|
||||
*//***/
|
||||
|
||||
// Portable types
|
||||
|
||||
|
Reference in New Issue
Block a user