Nick Fitzgerald

Results 191 issues of Nick Fitzgerald

`MaybeUninit` wasn't stable when these APIs were added. Now it is. Note that this is a breaking change and will require a version bump.

breaking-change

Instead of forking from libstd directly ourselves. This would involve merging `String` upstream into that crate plus any other collections we might end up needing.

@m4b is this something you would be interested in having in `goblin`?

enhancement
help wanted
question

I see "Introduction - " as the `` of the book, when I would expect "Introduction - Rust and WebAssembly".

help wanted
good first issue

Recently we gained two new helpful tools for debugging memory leaks: * https://github.com/rustwasm/wasm-bindgen/pull/1521 * https://github.com/rustwasm/wasm-tracing-allocator We should add a reference guide for boosting their visibility and explaining how to use...

enhancement
help wanted

This section should: * [ ] Explain the current state of unwinding, ie how `panic=abort` is the only option. * [ ] Describe what "aborting" means in this context, and...

enhancement
help wanted

This would be a new reference sub-section. Things to mention: * [ ] Dynamically allocated objects owned by JS must be manually freed by JS * [ ] To help...

enhancement
help wanted

Waiting on a new wasm-pack release. Right now we tell people to add their username to the end of the package name, but instead we should use scopes and `--access...

enhancement

By having a single, large allocation instead. The motivation is that the `SmallVec` for each block's outgoing edges' actual argument values was often running out of their inline capacity and...

cranelift

This is a meta issue to track the migration from hand-written instruction selection and lowering over to using the ISLE DSL. As you port lowering for a clif opcode over...

cranelift
cranelift:E-compiler
cranelift:area:aarch64
cranelift:area:x64
isle
cranelift:area:s390x