418: create wasmer dir on install for windows r=MarkMcCaskey a=xmclark
This PR creates the .wasmer dir in the home directory on windows with the inno setup installer.
Additionally, the new global wapm packages path is updated to use the correct path in the wasmer dir.
Also checking in the cargo.lock cause it hadn't been updated for 0.4.0.
Co-authored-by: Mackenzie Clark <mackenzie.a.z.c@gmail.com>
417: use $INSTALL_DIRECTORY instead of $HOME/.wasmer in install.sh r=MarkMcCaskey a=MarkMcCaskey
resolves#393
Co-authored-by: Mark McCaskey <mark@wasmer.io>
409: Improved Emscripten functions to run jsc r=syrusakbary a=syrusakbary
Improved Emscripten functions to run JavascriptCore.
The JavascriptCore WebAssembly file can be found here: https://github.com/wapm-packages/jsc/blob/master/demo/jsc.wasm
Co-authored-by: Syrus <me@syrusakbary.com>
408: add images to installer and add wapm bin dir to path r=xmclark a=xmclark
Co-authored-by: Mackenzie Clark <mackenzie.a.z.c@gmail.com>
Co-authored-by: Syrus Akbary <me@syrusakbary.com>
404: Update to newer common wasmparser version r=xmclark a=bjfish
- versions should match to have matching types in a common parser
- the `0.29.2` version matches the current parser version of cranelift-wasm
406: Cleanup some clippy warnings r=xmclark a=bjfish
Cleaned up some
- long literal lacking separators
- unneeded return
Co-authored-by: Brandon Fish <brandon.j.fish@gmail.com>
402: Improved fault debugging with emscripten r=syrusakbary a=syrusakbary
Improved fault debugging with emscripten.
This is useful when compiling with emcc and the flag `-s SAFE_HEAP=1`.
@MarkMcCaskey @xmclark
Co-authored-by: Syrus <me@syrusakbary.com>
399: Add extending WASI plugin example r=MarkMcCaskey a=MarkMcCaskey
Co-authored-by: Mark McCaskey <mark@wasmer.io>
Co-authored-by: Mark McCaskey <markmccaskey@users.noreply.github.com>
Co-authored-by: Mackenzie Clark <mackenzie.a.z.c@gmail.com>