812083ee05
Add directory libraries/stdlib/wasm as a placeholder for WASM runtime library Copy built-ins from core/builtins Add ExcludeFromCodegen annotation for internal needs
6 lines
264 B
Markdown
6 lines
264 B
Markdown
This directory is a modified copy of `core/builtins` adapted for current
|
|
needs of WASM backend.
|
|
|
|
This is a temporary solution for a development convenience. Most of files
|
|
from `core/builtins` will be reused once compiler implementation and
|
|
stdlib become stable. |