sysaudio: fix compile for web

This commit is contained in:
Louis Pearson 2022-09-09 23:14:24 -06:00 committed by Stephen Gutekanst
parent b72c2c978f
commit 70f4514c66
5 changed files with 59 additions and 52 deletions

View file

@ -3,6 +3,7 @@ const app_pkg = @import("app");
const Core = @import("../Core.zig");
const structs = @import("../structs.zig");
const enums = @import("../enums.zig");
const gpu = @import("gpu");
const js = struct {
extern fn machCanvasInit(selector_id: *u8) CanvasId;