mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-09 04:51:26 +00:00
10 lines
133 B
TypeScript
10 lines
133 B
TypeScript
/**
|
|
* WebAssembly glue code.
|
|
* @module glue/wasm
|
|
* @preferred
|
|
*//***/
|
|
|
|
import "../binaryen.d";
|
|
import "./i64";
|
|
import "./float";
|