diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-05 22:51:15 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-05 22:58:40 -0400 |
| commit | 9327d48ba01c4d44f38745b6b907b93f49b54622 (patch) | |
| tree | 11639538cb3267a701029afec4e94ec6cd11e3b8 /test | |
| parent | 01b2c731cda913f78955024137c0468a03622358 (diff) | |
Separate WebAssembly prototype wc.bqn from dzaima/BQN backend dc.bqn
Diffstat (limited to 'test')
| -rwxr-xr-x | test/tw.js (renamed from test/t.js) | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ const t=load('cases.bqn').split('\n').filter(x=>x).map(x=>x.split(' % ')) , expt=t.map(e=>+e[0]) var compiler = execFile( - __dirname+'/../cshim.bqn', + __dirname+'/../wcshim.bqn', [ '{•←WCompile𝕩}¨⟨'+test+'⟩' ], function (error, stdout, stderr) { const rslt=stdout.split('\n').filter(a=>a.length) |
