Aidan Hobson Sayers
Aidan Hobson Sayers
Ok, I found a couple more places that recurse (parsing and emitting output) both in ayzim and the emscripten optimizer. But it appears the emscripten optimizer has a [workaround](https://github.com/kripken/emscripten/blob/07b87426f898d6e9c677db291d9088c839197291/tools/optimizer/CMakeLists.txt#L32) for...
Hmm, that's unexpected. Your file clearly has something non-utf8 in it. I didn't think non-ascii asm.js would be generated, let alone non-utf8, so clearly I need to examine these assumptions....
I also noticed that master seems to have broken having a custom index.html in a static directory.
(had to clone and build cargo web with an inserted println to figure it out, turned out to be a simple incorrect type deep in the yew `html!` macro)
That all works now, thanks! Getting started docs probably need updating since they just refer to npm.
@vadixidav box destructuring(/patterns) is already tracked at https://github.com/rust-lang/rust/issues/29641 (see mention of 'box patterns' in the issue description)
rem is done - #38
I see @brain0 has a trait along the lines proposed above at https://wasi.bchlr.de/wasihost_core/wasi_snapshot_preview1/trait.WasiImports.html, including an extensions trait for converting to an importsobject - this seems pretty great.
Was wondering if there had been any progress on this? I've been directed here while reading the documentation for wasmer-wasi (https://docs.rs/wasmer-wasi/1.0.0/wasmer_wasi/struct.WasiFs.html#safety) (I'm looking to implement a purely-virtual FS and it...
Thanks for the comment @brain0. Doing a bit more reading on WASI itself, I agree that the level it's exposing to users is a little odd - it specifies directory...