wasm shell + destructuring
This commit is contained in:
@@ -495,6 +495,11 @@ fn compileWithTimer(allocator: std.mem.Allocator, io: std.Io, input_path: []cons
|
||||
else
|
||||
output_path;
|
||||
|
||||
// Override WASM shell template from #run if set
|
||||
if (comp.getBuildWasmShell()) |shell| {
|
||||
merged_config.wasm_shell_path = shell;
|
||||
}
|
||||
|
||||
// Ensure output directory exists
|
||||
if (std.mem.lastIndexOfScalar(u8, final_output, '/')) |sep| {
|
||||
if (sep > 0) {
|
||||
|
||||
Reference in New Issue
Block a user