core: separate entrypoint from core module

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-03-15 21:07:55 -07:00
parent 47eac0d0c5
commit 033ebb8551
8 changed files with 21 additions and 21 deletions

View file

@ -7,7 +7,6 @@ else
// Verifies that a platform implementation exposes the expected function declarations.
comptime {
assertHasDecl(@This(), "entry");
assertHasDecl(@This(), "Core");
assertHasDecl(@This(), "Timer");