Michael Hunter
Michael Hunter
It seems the problem is that when the native integer type for the fixed-point number is the same as the type `int`, for the purposes of overload resolution, then there...
> For places like IOT they do not have any parser so we at minimum need to avoid requiring bringing the source code in a JS API Minor pedantic note,...
> we need some demos like the ffi module, thanks. Are you referring to [this FFI module](https://github.com/coder-mike/microvium-ffi-example)? > I don't know how many native functions I need to add in...
Hi David. Yes, that sounds like something useful. However, `mvm_restore` also performs a malloc but before the `vm` exists (because it's the malloc for the vm itself). What if the...
Ok, sure. Do you want to take a look at this PR and tell me if it looks right for you? https://github.com/coder-mike/microvium/pull/52 In particular, I'm not sure if MVM_EXPORT needs...
Yeah, sorry, good point. Thanks for the PR -- I've merged it.
# Proposed design Note: There is a babel plugin to [transform async to promises](https://github.com/rpetrich/babel-plugin-transform-async-to-promises). I considered using that because it's an off-the-shelf way of supporting async with very little development...
Version 8.0.0 brings async-await. I'll be doing some write-ups on how it works. It's roughly what I proposed above but slightly more efficient, only requiring 6 bytes of idle memory...
> Sorry to bombard you with this stuff - this is not a priority but I thought I'd mention it. Nah that's cool. Everything you're raising is helping to harden...
Hi Toby. Is [this example](https://github.com/coder-mike/microvium-playground) representative of the program where you're seeing the problem? When I run this on my side, I don't see any issue. I did change here...