Tails

Results 60 comments of Tails

What I see from the Tensorflow module is that instead of a bindgen annotation, we need to annotate the ```extern {}``` block in the guest with: ```rust // guest #[link(wasm_import_module...

I have the wasi config enabled, I had unfortunately just removed it from my code sample for brevity. The ```result?``` unpacks the VM instance with the wasi config from the...

For future reference, the ImportObject could successfully be registered by switching the some order of operations around. I think what did it is initializing the Wasi module _before_ registering the...

The memory error was due to running a Ahead Of Time (AOT) .wasm for some reason. When I switched it back to use the regular interpreted .wasm it worked! And...

Also encountering this, only on Firefox though. I thought it was my custom Rust LiveKit SDK integration but it surprisingly just worked with Chrome.

Is this not handled by the @unfoldable schema primitive now? https://terminusdb.com/docs/schema-reference-guide/#unfoldable I was needing the exact case; I have linked components that do not really count as sub-documents because the...

the only thing I'm missing of this feature is the ability to specify it on the field-level instead of the class-level.

this is also something I'm wanting to do, build a WASM crate as part of the build script of my Rust project. Is that an officially supported use case? Did...

> From the bug report, it seems that the documentation is inconsistent with the WOQL schema definition that has lowercase for Order fields. This is indeed the case. I had...

Same issue on 18.09. It already mentioned having deleted containers and networks. No idea what it is doing now, if anything.