{mach,core}: move core sources to libs/core
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
562b908c84
commit
9bbada90b2
18 changed files with 13 additions and 79 deletions
3
libs/core/src/platform/wasm.zig
Normal file
3
libs/core/src/platform/wasm.zig
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub const Core = @import("wasm/Core.zig");
|
||||
pub const Timer = @import("wasm/Timer.zig");
|
||||
pub const entry = @import("wasm/entry.zig");
|
||||
Loading…
Add table
Add a link
Reference in a new issue