Merge pull request #377 from asarhaddon/fix-runtests-pre-eval
[jackhill/mal.git] / wasm /
2019-05-13 Joel MartinMerge pull request #372 from bjh21/bjh21-empty-hashmap
2019-05-13 Joel Martinwasm: fix platform_wasi preopen search.
2019-05-13 Joel MartinMerge pull request #374 from sgtatham/vala-fixes
2019-05-13 Joel MartinMerge pull request #370 from asarhaddon/hide-gensym...
2019-05-11 Nicolas Boulenguezgensym: hide the counter in an environment, define...
2019-04-21 Joel MartinMerge pull request #353 from bjh21/bjh21-minor-fixes
2019-04-19 Joel Martinwasm: wax runtime. Use WASI preopen process.
2019-04-17 Joel MartinREADME: add webassembly embeddings/runtimes.
2019-04-16 Joel Martinwasm: Support/add wasmtime runtime. WASI platform.
2019-04-16 Joel Martinwasm: use wam-1.0.8 which supports new binaryen.
2019-04-15 Joel Martinwasm: direct platform, wam memory
2019-03-27 Joel MartinMerge pull request #345 from asarhaddon/ada.2
2019-03-21 Joel MartinConvert to loccount based stats calculation.
2019-01-25 Joel MartinError on unterminated strings.
2019-01-17 Joel Martinwasm: update Dockerfile to force warpy build.
2019-01-17 Joel Martinwasm: revert to i32 get_time_ms (subtract 30 years)
2019-01-16 Joel Martinwasm: fix get_time_ms to return millis.
2019-01-16 Joel Martinwasm: Add warpy wasm_MODE.
2019-01-16 Joel Martinwasm: update to 2019 wat syntax, use .wat extension
2019-01-15 Joel Martinwasm: use platform_os for JS mode.
2018-12-27 Joel MartinMerge pull request #333 from LispLY/objc-fix-conj-meta
2018-12-12 Joel MartinTest uncaught throw, catchless try* . Fix 46 impls.
2018-12-10 Joel Martinwasm: split js mode platform code out.
2018-12-10 Joel Martinwasm: enable execution with Node
2018-12-09 Joel Martinwasm: add package.json to pull in wamp.
2018-12-08 Joel Martinwasm: Update Dockerfile. WAMP and WASM_AS params.
2018-12-08 Joel Martinwasm: fix to work with wabt's wat2wasm.
2018-12-08 Joel Martinwasm: drop unnecessary signed suffixes.
2018-12-08 Joel Martinwasm: add line count rules.
2018-12-08 Joel Martinwasm: use LET macro and br_if.
2018-12-08 Joel Martinwasm: String refactor. Release macro memory
2018-12-08 Joel Martinwasm: improve debug output using padding.
2018-12-08 Joel Martinwasm: Steps 4-A, hashmaps, metadata.
2018-12-08 Joel Martinwasm: Convert to wam syntax using wamp.
2018-12-08 Joel Martinwasm: Steps 0-3 ported from basic. Preprocessor.