Nick Fitzgerald

Results 394 comments of Nick Fitzgerald

The `npm init wasm-app` comamnd is the command that should clone that repo, not `cargo generate`. Looking at the title again, I see that it says "wasm app" and not...

This is pretty close to what we already have here: https://rustwasm.github.io/docs/book/game-of-life/hello-world.html The main difference is that it doesn't use `--target web`, but we would like it to eventually. The main...

Upstream blockers: https://github.com/rustwasm/rfcs/pull/10 https://github.com/rustwasm/wasm-pack/issues/457

> Can I run criterion in a browser test? https://github.com/bheisler/criterion.rs/issues/270 > one question I would have from this section is, when doing performance analysis, is it safe to measure the...

> If we go with the `%` approach, then implementing this behavior is rather trivial – we simply add some offsets to the clicked point row and column and call...

FYI, the system-supported profiler for OSX is Instruments, which comes with XCode. Would love getting a PR that added and Instruments section!

> It is unclear whether an entire proposal needs to be implemented by toolchains. For example, bulk memory recently reached phase 4 despite there being no known users of the...

Aha! I'm using `nvm` to manage node/npm installs so my global package install dir is under my home dir and owned by me. With your setup, you'll have to do...

Oh wow. Yeah, we should be doing much better with generating opaque blobs here.