Skip to content

Commit ea28a4b

Browse files
Update upstream-main
1 parent a06af43 commit ea28a4b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/monitor-multilingual.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ jobs:
101101
print_newline() {},
102102
pow_f64(base, exponent) { return Math.pow(base, exponent); },
103103
},
104+
wasi_snapshot_preview1: {
105+
fd_write(fd, iovs, iovs_len, nwritten) { return 0; },
106+
fd_read(fd, iovs, iovs_len, nread) { return 0; },
107+
args_sizes_get(argc, argv_buf_size) { return 0; },
108+
args_get(argv, argv_buf) { return 0; },
109+
proc_exit(code) {},
110+
},
104111
}).then(({ instance }) => {
105112
const required = ['mandelbrot','julia','burning_ship','tricorn','multibrot','celtic','buffalo','perpendicular_burning_ship','newton','phoenix','barnsley','sierpinski','koch','magnet1','magnet2','lambda_fractale'];
106113
const exports = instance.exports;

0 commit comments

Comments
 (0)