correct wasm32-freestanding build
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
b7fb2057f7
commit
3ba511ffaf
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ export fn wasmDeinit() void {
|
||||||
|
|
||||||
// Define std_options.logFn if the user did not in their "app" main.zig
|
// Define std_options.logFn if the user did not in their "app" main.zig
|
||||||
pub usingnamespace if (@hasDecl(App, "std_options")) struct {} else struct {
|
pub usingnamespace if (@hasDecl(App, "std_options")) struct {} else struct {
|
||||||
pub const std_options = struct {
|
pub const std_options = std.Options{
|
||||||
pub const logFn = core.defaultLog;
|
.logFn = core.defaultLog,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue