Juniper Tyree
Juniper Tyree
I want to publish v0.9 within the next 1-2 weeks. While I originally planned to focus on round-tripping `Value`s in v0.9, instead my focus shifted to improving the format by...
Follow-up to #523 * [ ] I've included my change in `CHANGELOG.md`
- [ ] Only allow cases that have the same meaning on both branches - [ ] Save the cases to files (and don't spam stdout) - [ ] Output...
If I implement the export of a resource in Rust, and there is a method which takes an owned handle to this resource, the method implementation gets an `Own{my-resource-name}` passed...
Thank you for your great library! I am compiling `zstd-sys` for `wasm32-wasi` in an environment with [wasi-sdk](https://github.com/WebAssembly/wasi-sdk), which exposes the WASI stdlib to C and C++. I am also trying...
I am trying to process a large user-provided file within Python code running in the Pyodide-based kernel. ipywidgets have the [`FileUpload`](https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#file-upload) widget that allows the user to upload a file...
When parsing the [transformer-6252.wasm](https://github.com/rustwasm/walrus/files/14430155/transformer-6252.zip) module file (which is produced when mapping the component model to several core modules and seems to include several trampolines), walrus produces the following error: ```...
## Motivation At the moment, there is no way to convert an owned resource handle inside the resource-exporting component back into an owned value of the type that implements the...
I have the following wit file: ``` package test:ser interface serializer { resource serializer-resource { constructor() serialize-i32: static func(self: serializer-resource, v: s32) -> string } } world test-serialize { import...
Fixes #104