partic2
partic2
In javascript. user can use keys including dot, So I think we should not prevent user do that here either. Maybe another function body.chain_get('query.filtered.query.match.description') is beter, Or test if raw...
you should run autotool first. see also [https://github.com/imr/ngspice/blob/master/INSTALL](url) chapter 1.3 Install from the git repository
> probably add test for ci for this fixed bug? I don't known where to put the test case and how to run the test on my host(I develope on...
To avoid unnecessary change on bundles ".c“ file, which may cause a significant expansion of the repository's size. I'd prefer to generate bytecode once after https://github.com/saghul/txiki.js/pull/710 is also accepted. If...
> What is your use case? My code is simplicified like below ```javascript new Worker('xxx.js').addEventListener('message',function(ev){ ev.target.postMessage('xxx') }) ```` This code work correctly on firefox and chrome, but throw on txiki.js
> Got it. A PR would be welcome, if you're up for it! Ok. I create a patch, after learning how to bundle modified js. I'm not familiar with such...
I write this project mainly aim to make a runtime for `C99`. And use the wasm as the IR, So such features (GC,Exception) is not high priority. But until now,...
I'm trying to implementing a http server on txiki.js. When I use Firefox(on Windows) to test the server, Some connections worked fine, Some connections didn't response any data(also didn't refused)....
I'll show the difference. Below code is a simple echo server, expected to print 'hello' But it will print nothing on current version txiki.js, And it will print "hello" on...