Skip to content

Commit

Permalink
feat: include runtime from current directory instead of lib (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasq64 authored Nov 11, 2024
1 parent e763f78 commit 285afb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ under the licensing terms detailed in LICENSE:
* Xinquan Xu <xinquan0203@163.com>
* Matt Johnson-Pint <mattjohnsonpint@gmail.com>
* Fabián Heredia Montiel <fabianhjr@users.noreply.github.com>
* Jonas Minnberg <sasq64@gmail.com>

Portions of this software are derived from third-party works licensed under
the following terms:
Expand Down
4 changes: 2 additions & 2 deletions std/assembly/rt/index-incremental.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import "rt/tlsf";
import "rt/itcms";
import "./tlsf";
import "./itcms";
4 changes: 2 additions & 2 deletions std/assembly/rt/index-minimal.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import "rt/tlsf";
import "rt/tcms";
import "./tlsf";
import "./tcms";
2 changes: 1 addition & 1 deletion std/assembly/rt/index-stub.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import "rt/stub";
import "./stub";

0 comments on commit 285afb1

Please sign in to comment.