Skip to content

Resource Format

૮༼⚆︿⚆༽つ edited this page Aug 7, 2023 · 4 revisions

JavaScript

class

Ok

named export

WIP

WebAssembly

Rust

WIP

C++

WNYS

Nim

WNYS

TinyGo

WNYS

Swift

TODO: How to use swift-wasm without standard library (no WASI)

Java

either via JWebAssembly (preferred) or TeaVM

Kotlin

Note: Kotlin WASM still experimental

.NET

I can't find a docs on how to produce pure wasm binary without extra js file ☹️

Foreign Script

Lua

via Wasmoon

MicroPython

TODO: modify the wasm port

JSON

plain/flat object

  • integrate with microdata model

array of object

  • integrate with table

object of array

  • integrate with table

CSV

  • integrate with table

Parquet

  • integrate with table

Hint: Perform zero-alloc decompression into ./core/wasm/ memory format using this crate (or others)