| author | |
| committer | |
| log | 0a2fdfbdb934faae7fcf63e9b3ab760c00f47918 |
| tree | aab3e6a1811150c83a352113c9650534cf4de1ca |
| parent | 3ba916584db5485c38ebf2390e8d22bc6d81bf8e |
In theory this will enhance the performance of interpreting a WASI build
of Zig.1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -22,6 +22,7 @@ pub fn build(b: *Builder) !void { |
| 22 | 22 | if (wasi_bootstrap) { |
| 23 | 23 | default_target.cpu_arch = .wasm32; |
| 24 | 24 | default_target.os_tag = .wasi; |
| 25 | default_target.cpu_features_add.addFeature(@enumToInt(std.Target.wasm.Feature.bulk_memory)); | |
| 25 | 26 | break :t default_target; |
| 26 | 27 | } else if (only_c) { |
| 27 | 28 | default_target.ofmt = .c; |