generalized when nimvm:
#507
timotheecour
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/cc @xflywind you suggested:
VM and gen should use separate ConfigRef/options
but I'm not sure how that'd work.I'm opening this as a place holder to discuss this.
This is also very related to
when nimvm
construct in compiler; the current implementation fornimvm
has many known limitations which make it more awkward to use than we'd like.example 1
int.sizeof is 4 for js + rt and therefore also 4 for js+vm even on a 64bit platform
example 2
see all bugs/limitations of
when nimvm
very rough idea
allow this (currently impossible):
Beta Was this translation helpful? Give feedback.
All reactions