Jordan Last

Results 194 issues of Jordan Last

When using QuickJS through Javy JS exceptions provided the error message with a stack trace to the file and line number, which was very very useful. Does wasmedge-quickjs have this...

Hi, I'm incorporating wasmedge-quickjs into my own project that doesn't use wasmedge as a runtime, and I'm trying to get the fs module to work. I get this error when...

I see that `promise_loop_poll` is deprecated, though the examples show its usage. I am running into problems with promises, I don't see how to get them to progress. I have...

Our environment does not support SIMD. I am not sure how to build wasmedge-quickjs without SIMD. I found this PR: https://github.com/second-state/wasmedge-quickjs/pull/32#issuecomment-1874708271 I've tried removing the Rust compiler flag but we...

When I run this code: ```rust mod my_module { pub struct TestRecord { id: String, } #[ic_cdk_macros::update] fn test() -> TestRecord { TestRecord { id: "hello".to_string(), } } } ```...

I've been pushing for some standardization around a `cdk` namespace for Wasm public metadata as discussed here: https://forum.dfinity.org/t/rfc-canister-metadata-standard/16280 I'm wondering if it would make sense to get the major CDKs...

The [Motoko Dev Server](https://github.com/dfinity/motoko-dev-server) looks like it will bring a very nice DX to Motoko canister development. What would it take to get this to work for the Rust CDK...

I've been looking through the code and I have a question. The private key used to do the original encryption to store data in the key sync canister...how is that...

On a fresh install of `wysiwyg-e`: ``` Uncaught TypeError: this._meta.byKey is not a function at HTMLElement._updateIcon (iron-icon.js:164) at HTMLElement._iconChanged (iron-icon.js:145) at Object.runMethodEffect [as fn] (property-effects.js:769) at runEffectsForProperty (property-effects.js:153) at runEffects...

It would be excellent to have typings for this library, especially when working with this library's inheritance.