mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 15:12:12 +00:00
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
declare function external(): void;
|
|
|
|
// "unexpected false: module function exports must be found"
|
|
// see: https://github.com/WebAssembly/binaryen/issues/1325
|
|
export { external };
|