Hi,
I'm trying to pre-initialize spidermonkey wasm build with wizer, but apparently it needs some prior changes to work. Are there any available versions of spidermonkey that already contain those changes?
@Tommi Jalkanen the SpiderMonkey we use with Wizer is built with the scripts in https://github.com/tschneidereit/spidermonkey-wasi-embedding/ and the Wizer invocation itself is here (using Wizer as a library): https://github.com/fastly/js-compute-runtime/blob/dbd9386f7c9a6f3189d2018f1e0def51508d6475/src/main.rs#L142
@Till Schneidereit built out most of the integration here and could probably answer any other questions you have :-)
Thank you! This looks like exactly what I was looking for
Last updated: Nov 22 2024 at 17:03 UTC