Stream: git-wasmtime

Topic: wasmtime / issue #1112 [Filetests] Use `make_exec` instea...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 26 2026 at 16:33):

fitzgen closed issue #1112:

Please use let code_page = code_page.make_exec().map_err(|e| e.to_string())?; instead. Maybe switch cranelift-simplejit to that method too.

_Originally posted by @bjorn3 in https://github.com/CraneStation/cranelift/pull/940_

view this post on Zulip Wasmtime GitHub notifications bot (Mar 26 2026 at 16:33):

fitzgen commented on issue #1112:

Simple JIT is not longer in the workspace.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 26 2026 at 16:50):

bjorn3 commented on issue #1112:

cranelift-simplejit has been renamed to cranelift-jit.


Last updated: Apr 12 2026 at 23:10 UTC