1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/wasm
Joel Martin dd7a4f55f3 Test uncaught throw, catchless try* . Fix 46 impls.
Fixes made to: ada, c, chuck, clojure, coffee, common-lisp, cpp,
crystal, d, dart, elm, erlang, es6, factor, fsharp, gnu-smalltalk,
groovy, guile, haxe, hy, js, livescript, matlab, miniMAL, nasm, nim,
objc, objpascal, ocaml, perl, perl6, php, plsql, ps, python, r,
rpython, ruby, scheme, swift3, tcl, ts, vb, vimscript, wasm, yorick.

Catchless try* test is an optional test. Not all implementations
support catchless try* but a number were fixed so they at least don't
crash on catchless try*.
2018-12-12 14:18:26 -06:00
..
core.wam wasm: fix to work with wabt's wat2wasm. 2018-12-08 17:02:13 -06:00
debug.wam wasm: drop unnecessary signed suffixes. 2018-12-08 17:02:13 -06:00
Dockerfile wasm: Update Dockerfile. WAMP and WASM_AS params. 2018-12-08 17:02:13 -06:00
env.wam wasm: fix to work with wabt's wat2wasm. 2018-12-08 17:02:13 -06:00
Makefile wasm: split js mode platform code out. 2018-12-10 00:36:39 -06:00
mem.wam wasm: fix to work with wabt's wat2wasm. 2018-12-08 17:02:13 -06:00
node_readline.js wasm: enable execution with Node 2018-12-09 22:55:49 -06:00
package.json wasm: enable execution with Node 2018-12-09 22:55:49 -06:00
platform_js.wam wasm: split js mode platform code out. 2018-12-10 00:36:39 -06:00
platform_libc.wam wasm: fix to work with wabt's wat2wasm. 2018-12-08 17:02:13 -06:00
platform_os.wam wasm: split js mode platform code out. 2018-12-10 00:36:39 -06:00
printer.wam wasm: fix to work with wabt's wat2wasm. 2018-12-08 17:02:13 -06:00
printf.wam wasm: fix to work with wabt's wat2wasm. 2018-12-08 17:02:13 -06:00
reader.wam wasm: fix to work with wabt's wat2wasm. 2018-12-08 17:02:13 -06:00
run wasm: enable execution with Node 2018-12-09 22:55:49 -06:00
run.js wasm: split js mode platform code out. 2018-12-10 00:36:39 -06:00
step0_repl.wam wasm: use LET macro and br_if. 2018-12-08 17:02:12 -06:00
step1_read_print.wam wasm: drop unnecessary signed suffixes. 2018-12-08 17:02:13 -06:00
step2_eval.wam wasm: drop unnecessary signed suffixes. 2018-12-08 17:02:13 -06:00
step3_env.wam wasm: drop unnecessary signed suffixes. 2018-12-08 17:02:13 -06:00
step4_if_fn_do.wam Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step5_tco.wam Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step6_file.wam Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step7_quote.wam Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step8_macros.wam Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step9_try.wam Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
stepA_mal.wam Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
string.wam wasm: fix to work with wabt's wat2wasm. 2018-12-08 17:02:13 -06:00
types.wam wasm: fix to work with wabt's wat2wasm. 2018-12-08 17:02:13 -06:00