jfizz

Results 4 issues of jfizz

When running `[WASI_SDK]/bin/clang` I get: ``` dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin Referenced from: /Users/foo/Web/wasi-sdk-10.0/bin/clang (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib dyld:...

I am attempting to use teavm to build https://github.com/plutext/docx4j for the browser. The first issue I came across is the same issue described in #402. Would it be possible to...

As described in the serde docs: https://serde.rs/enum-representations.html#internally-tagged. The current behavior ```rust #[derive(Deserialize, Serialize, Debug, Clone)] pub struct ProductItem { pub details: ProductItemDetails, } #[derive(Deserialize, Serialize, Debug, Clone)] #[serde(tag = "type")]...

Hi! I am looking to add collaborative features to an online, image editor and would love to use jot. However, I won't be able to use it while it is...