28 Commits
Author SHA1 Message Date
Frank Denis b5275b9b27 Wasmer now needs --mapdir=./:. to load files from the current directory 2025-08-27 23:03:09 +02:00
Frank Denis 1bafad7899 Sync wasi-test-wrapper.sh and wintest.bat 2023-09-09 12:52:02 +02:00
Frank Denis dd7f1ce488 Remove --experimental-wasm-bigint for the tests using Node 2023-07-27 12:13:36 +02:00
Frank Denis 410d0a38b7 Check for iwasm existence before trying to use it 2023-02-07 18:35:25 +01:00
Frank Denis 65d56b1077 iwasm requires precompilation to get decent speed 2022-12-19 12:34:51 +01:00
Frank Denis 374a58c1e1 Bun: explicitly print the output of the wasm module to the console 2022-12-19 10:27:36 +01:00
Frank Denis 45da50ab0e Bun requires an absolute path 2022-12-19 10:22:09 +01:00
Frank Denis c3c2595bd7 Add support for Bun as a WebAssembly runtime 2022-12-19 10:15:22 +01:00
Frank Denis 4ffb2dd0ef Node requires an async function to start wasm code 2022-12-18 21:37:01 +01:00
Frank Denis 6c3b1492b2 Running tests with Node requires --experimental-wasm-bigint 2022-12-18 21:21:27 +01:00
Frank Denis b73238ff32 Remove unused MAX_MEMORY_TESTS constant 2022-12-17 21:46:32 +01:00
Frank Denis 51f6b2df8d Add wazero to the list of tested wasm runtimes 2022-12-17 21:46:00 +01:00
Yi 17d9198774 Update wasi-test-wrapper: SSVM was renamed to WasmEdge (#1179) 2022-05-12 12:37:09 +02:00
Frank Denis 89b2d420d4 Lucet has reached EOL 2022-01-22 23:36:35 +01:00
Frank Denis aa099f5e82 Revert "wasm-opt: use --strip-debug"
This reverts commit 0c2fb123f7.
2021-11-18 14:15:26 +01:00
Frank Denis 0c2fb123f7 wasm-opt: use --strip-debug 2021-11-17 21:03:25 +01:00
Frank Denis 312bb605ee Move lucet down 2021-03-10 18:46:07 +01:00
Frank Denis 3d807d9205 wasm bench: make lucet performance significantly better
By default, lucetc generates code with explicit bound checking,
even though the runtime has guard pages.

Elision only happens with --reserved-size=4GiB
2021-02-24 21:52:44 +01:00
Frank Denis 88a591050e Add support for Node without wasmer-js 2021-02-20 21:24:29 +01:00
Frank Denis 25316cce5a Add support for SSVM 2021-02-20 20:55:52 +01:00
Frank Denis 044c3ef3f2 WASM benchmarks: add lucet and WAMR, update wasmtime & wasmer 2021-02-19 23:11:29 +01:00
Frank Denis 824c8cdf69 Backport wavm support 2020-06-04 10:53:49 +02:00
Frank Denis b6e61122a4 Add wasm3 to the set of supported WebAssembly runtimes
Also add wasmer-js
2020-02-04 19:54:59 +01:00
Frank Denis f20e6fdad2 Temporarily remove support for Lucet
Lucet doesn't work on MacOS any more, so testing it has become difficult.
2020-02-04 19:33:13 +01:00
Frank Denis dbab49d48d Try Lucet as a last option, after wasmer, due to its unstable interface 2019-10-11 17:32:22 +02:00
Frank Denis e06c260d0e Lucet removed the "fast" optimization level
We may drop Lucet support entirely until the interface gets more stable
2019-10-11 16:36:27 +02:00
Frank Denis 612d60f54a lucetc-wasi requires units with --max-heap-size 2019-07-09 20:42:46 +02:00
Frank Denis 940ef42797 1.0.18 2019-05-30 21:57:51 +02:00