dcodeIO 06f99406be Experimenting with inline-assembler-ish explicit builtins
Starting with explicit loads and stores as part of the respective type namespaces. Might become handy for use with portable code, because these can be polyfilled, while load<T> and store<T> can't.
2018-04-27 00:08:41 +02:00
..
2017-12-14 11:55:35 +01:00
2018-03-19 01:12:18 +01:00

Standard library components for use with tsc (portable) and asc (assembly).

Definition files (.d.ts) and base configurations (.json) are relevant to tsc only and not used by asc.