can specify a wasm target in build

This commit is contained in:
Mitchell Hashimoto
2022-12-31 08:53:11 -08:00
parent 1093cf5254
commit ce490e21ea
11 changed files with 69 additions and 3 deletions

2
src/renderer/WebGL.zig Normal file
View File

@@ -0,0 +1,2 @@
//! Renderer implementation for WebGL in the browser.
pub const WebGL = @This();