- Jan 26, 2023
-
-
Felix Schütt authored
-
Felix Schütt authored
-
ptitSeb authored
-
- Nov 27, 2022
-
-
bors[bot] authored
3379: Release 3.0.2 r=fschutt a=fschutt [bot] Release wasmer version 3.0.2 Co-authored-by:
Felix Schütt <felix@wasmer.io>
-
Felix Schütt authored
-
- Nov 25, 2022
-
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Syrus Akbary authored
Fix wasmer run not interpreting URLs correctly + display fixes
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
- Nov 24, 2022
-
-
Felix Schütt authored
-
Syrus Akbary authored
-
bors[bot] authored
3365: Improve FreeBSD support r=syrusakbary a=MalloryA # Description - Update `traphandlers.rs` to use the same `pc`/`sp` values for amd64 as are used for x86 - Ensure amd64 is treated the same as x86_64 in the Makefile - Add an `IS_FREEBSD` variable to the Makefile which is pretty much the same as `IS_DARWIN` - Update CHANGELOG.md wasmer partially works on FreeBSD/amd64 with these few tiny changes. However, after printing the output of cowsay.wasm, it hangs for a long time (55 seconds in this example). Using rust toolchain `1.63-x86_64-apple-darwin` (correct behavior): ``` % time ./target/release/wasmer cowsay.wasm -- hello world _____________ < hello world > ------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || ./target/release/wasmer cowsay.wasm -- hello world 0.01s user 0.01s system 41% cpu 0.061 total ``` Using rust toolchain `1.63-x86_64-unknown-freebsd` (incorrect behavior): ``` % time ./target/release/wasmer cowsay.wasm -- hello world _____________ < hello world > ------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || ./target/release/wasmer cowsay.wasm -- hello world 55.14s user 0.05s system 100% cpu 55.183 total ``` cowsay.wasm is https://registry-cdn.wapm.io/contents/syrusakbary/cowsay/0.2.0/target/wasm32-wasi/release/cowsay.wasm # Review - [x] Add a short description of the change to the CHANGELOG.md file Co-authored-by:
Mallory Adams <malloryadams@fastmail.com> Co-authored-by:
Syrus Akbary <me@syrusakbary.com>
-
Syrus Akbary authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
Felix Schütt authored
-
bors[bot] authored
3371: Fix cargo binstall r=fschutt a=fschutt This PR is a continuation of #3369 because for some unexpected reason wasmer login failed, so it's easier for me to debug the CI failure. Co-authored-by:
Jiahao XU <Jiahao_XU@outlook.com> Co-authored-by:
Felix Schütt <12084016+fschutt@users.noreply.github.com> Co-authored-by:
Felix Schütt <felix@wasmer.io>
-
Felix Schütt authored
-