Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 285afb1

Browse files
authored
feat: include runtime from current directory instead of lib (#2884)
1 parent e763f78 commit 285afb1

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

‎NOTICE‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ under the licensing terms detailed in LICENSE:
5858
* Xinquan Xu <xinquan0203@163.com>
5959
* Matt Johnson-Pint <mattjohnsonpint@gmail.com>
6060
* Fabián Heredia Montiel <fabianhjr@users.noreply.github.com>
61+
* Jonas Minnberg <sasq64@gmail.com>
6162

6263
Portions of this software are derived from third-party works licensed under
6364
the following terms:

‎std/assembly/rt/index-incremental.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import "rt/tlsf";
2-
import "rt/itcms";
1+
import "./tlsf";
2+
import "./itcms";

‎std/assembly/rt/index-minimal.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import "rt/tlsf";
2-
import "rt/tcms";
1+
import "./tlsf";
2+
import "./tcms";

‎std/assembly/rt/index-stub.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import "rt/stub";
1+
import "./stub";

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /