Add unfinished TLSF as test case fwiw

This commit is contained in:
dcodeIO
2017-12-06 19:33:48 +01:00
parent 29468846ab
commit d63ed925a9
4 changed files with 887 additions and 1 deletions

View File

@ -1,4 +1,5 @@
declare function external(): void;
// FIXME: "unexpected false: module function exports must be found"
// "unexpected false: module function exports must be found"
// see: https://github.com/WebAssembly/binaryen/issues/1325
export { external };