diff --git a/NOTICE b/NOTICE index aacf76c8e7..30596e20bd 100644 --- a/NOTICE +++ b/NOTICE @@ -58,6 +58,7 @@ under the licensing terms detailed in LICENSE: * Xinquan Xu * Matt Johnson-Pint * Fabián Heredia Montiel +* Jonas Minnberg Portions of this software are derived from third-party works licensed under the following terms: diff --git a/std/assembly/rt/index-incremental.ts b/std/assembly/rt/index-incremental.ts index 4730344b4f..2f1f115932 100644 --- a/std/assembly/rt/index-incremental.ts +++ b/std/assembly/rt/index-incremental.ts @@ -1,2 +1,2 @@ -import "rt/tlsf"; -import "rt/itcms"; +import "./tlsf"; +import "./itcms"; diff --git a/std/assembly/rt/index-minimal.ts b/std/assembly/rt/index-minimal.ts index cf88ee158f..72b6eb0873 100644 --- a/std/assembly/rt/index-minimal.ts +++ b/std/assembly/rt/index-minimal.ts @@ -1,2 +1,2 @@ -import "rt/tlsf"; -import "rt/tcms"; +import "./tlsf"; +import "./tcms"; diff --git a/std/assembly/rt/index-stub.ts b/std/assembly/rt/index-stub.ts index 47f29bebfd..924ecfb8e3 100644 --- a/std/assembly/rt/index-stub.ts +++ b/std/assembly/rt/index-stub.ts @@ -1 +1 @@ -import "rt/stub"; +import "./stub";