Results 179 comments of Kagami
trafficstars

Sorry, I don't know much about Vue. Maybe someone else will help.

There is example with custom UI in readme.

Thanks for report, David. I will check it.

Hi, @oleg-preply. It's ok to bump `TOTAL_MEMORY`, you don't need to recompile wasm module for that. Basically `WebAssembly.Memory` is an array of bytes you create for your wasm module, so...

This doesn't work for me in WebPack 4. And it's hard to make right because you need to find output name by source name which was changed. There're ways to...

It works for me with simple ```js gulp.task('test', () => gulp.src(…).pipe(…).on('end') ) ``` but not with ```js gulp.task('test', (cb) => gulp.src(…).pipe(…).on('end', cb) ) ```

Have same error when trying to publish gfx_text: ``` $ cargo publish --verbose Updating registry `https://github.com/rust-lang/crates.io-index` Packaging gfx_text v0.11.0 (file:///home/kagami/code/gfx_text) Archiving .gitignore Archiving .travis.yml Archiving Cargo.toml Archiving LICENSE Archiving README.md...

Upgrading cargo to 0.9.0 helped in my case.