Update binaryen to latest nightly; Source map support

This commit is contained in:
dcodeIO
2018-02-02 03:07:54 +01:00
parent a8da04404a
commit 4736227879
120 changed files with 24133 additions and 2243 deletions

View File

@ -0,0 +1,10 @@
// Re-export for now, so there's just one source file being worked on
export {
allocate_memory,
free_memory
} from "../../../examples/tlsf/assembly/tlsf";
export function reset_memory(): void {
throw new Error("not supported");
}