DISABLE FDs (REMOVE ME).
[jackhill/mal.git] / wasm /
2019-08-10 Joel Martinwasm: add wasmer, lucet modes. Update wasmtime.
2019-07-31 Joel MartinMerge pull request #359 from bjh21/bjh21-unterminated...
2019-07-31 Joel Martinwasm: check for invalid string in read_form
2019-07-31 Joel Martinrpython, swift3, wasm: detected unclosed strings.
2019-07-29 Joel MartinMerge pull request #387 from asarhaddon/test-macroexpan...
2019-07-29 Joel MartinMerge pull request #415 from asarhaddon/load-file-trail...
2019-07-28 Nicolas Boulenguezload-file: accept empty file or final comment, return nil
2019-07-25 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-07-17 Joel MartinMerge pull request #361 from asarhaddon/exercise-native...
2019-07-15 Joel MartinMerge pull request #400 from asarhaddon/improve-mal...
2019-07-15 Nicolas BoulenguezMerge remote-tracking branch 'remotes/kanaka/master...
2019-07-09 Nicolas BoulenguezRemove gensym, inc and or from step files.
2019-06-12 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-06-03 Joel MartinMerge pull request #396 from inkydragon/fix-test-on...
2019-05-30 Joel MartinVarious small self-host mode fixes.
2019-05-15 Joel MartinMerge pull request #379 from bjh21/bjh21-unterminated...
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.