From c771369b5b94f24b4b6af36e62b4122812823137 Mon Sep 17 00:00:00 2001 From: Jonas Minnberg Date: Fri, 8 Nov 2024 12:39:51 +0100 Subject: [PATCH 1/2] Runtime should use relative import --- std/assembly/rt/index-incremental.ts | 4 ++-- std/assembly/rt/index-minimal.ts | 4 ++-- std/assembly/rt/index-stub.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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"; From 19df11c584dc142045a9fb4ce735fdb0534c7f70 Mon Sep 17 00:00:00 2001 From: Jonas Minnberg Date: Fri, 8 Nov 2024 12:43:05 +0100 Subject: [PATCH 2/2] Add email/name to NOTICE --- NOTICE | 1 + 1 file changed, 1 insertion(+) 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: