Stream: git-wasmtime

Topic: wasmtime / Issue #2323 Rewrite interpreter generically


view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2020 at 04:34):

abrown commented on Issue #2323:

@fitzgen, there are clearly things that need to be worked on (e.g. refining the State and Value traits, figuring out how to do correct FP arithmetic with Ieee32/Ieee64, more testing, etc., etc.) but I hope the basic idea comes through: this should be a significant step toward defining a more complete (and useful) Cranelift interpreter. Any suggestions, especially how to reduce verbosity (I'm thinking for conversions, e.g.), would be really helpful!

view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2020 at 22:46):

abrown commented on Issue #2323:

I can't really explain why cargo check in CI thinks that all of the X86* opcodes don't exist...

view this post on Zulip Wasmtime GitHub notifications bot (Oct 27 2020 at 06:40):

bjorn3 commented on Issue #2323:

It enables the arm64 feature without explicitly enabling x86. If you enable no arch, it will enable the host arch, but if any is explicitly enabled it doesn't implicitlt enable the host arch.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2020 at 18:46):

fitzgen commented on Issue #2323:

I find the closures much easier to follow now, thank you!


Last updated: Nov 22 2024 at 16:03 UTC