pannous

Results 69 issues of pannous

please make it that the main function gets executed automatically and the result been show in the browser ```js export function main():int{ return fib(42); } ```

feature requested

the game should start in full-screen. Also the fullscreen option in the display menu doesn't work making the game pretty useless.

since Swift is open source, it should be theoretically possible to run this project on Linux. how difficult would it be to port?

On Mac 10.15. Should be available since 10.14 ? Does one need beta preview of OsX 10.16 to compile?

Is there also a python wasm assembler somewhere, so that we can write back the modified AST?

enhancement

For recent versions of rails you need to replace RAILS_ROOT with Rails.root in vendor/plugins/ar_fixtures/lib/ar_fixtures.rb (line 81?) it

Any chance to support torch==1.13 soon?

training with flickr8k aborts: 253/15000 batch done in 5.037s. at epoch 0.84. loss cost = 37.447347, reg cost = 0.000001, ppl2 = 26.10 (smooth 48.09) 254/15000 batch done in 5.082s....

similar to #134 ``` ~/FastMaskRCNN$ python train/train.py |m P2 P3 P4 P5 anchor_scales = [8, 16, 32] anchor_scales = [4, 8, 16] anchor_scales = [2, 4, 8] anchor_scales = [1,...

Added use_wrapper to structure NativeSymbol and corresponding methods to enable linking to pure C functions, without prepending wasm_exec_env_t as first argument example: ``` int square(int a) { return a *...