Skip to content

Commit

Permalink
add wasi_exec_model reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
voigt committed Aug 14, 2023
1 parent 3b92a42 commit fc8ea7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kits/zig/worker/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
});

exe.wasi_exec_model = .reactor;
exe.addModule("worker", worker_module);

b.installArtifact(exe);
Expand Down

0 comments on commit fc8ea7d

Please sign in to comment.