Publicly expose emcc utility functions from build script
This commit is contained in:
parent
dedc7c912e
commit
07a11a1c28
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const rl = @This();
|
const rl = @This();
|
||||||
const emcc = @import("emcc.zig");
|
|
||||||
|
pub const emcc = @import("emcc.zig");
|
||||||
|
|
||||||
const Program = struct {
|
const Program = struct {
|
||||||
name: []const u8,
|
name: []const u8,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue